COLOR #488590

HEX: #488590
RGB: (72,133,144)

Renk bilgisi

#488590 contains mainly green and blue colors. #488590 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#488590 color RGB value is (72,133,144).

  • kırmız ton 72;
  • yeşil ton 133;
  • mavi ton 144.
RGB:
(72,133,144)
(28%,52%,56%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 133 of 255 = 52%
B 144 of 255 = 56%

72
133
144

R + G + B ~ 45%. #488590 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 133 + 144 = 349 (100%)
R 72 of 349 ~ 20.63%
G 133 of 349 ~ 38.11%
B 144 of 349 ~ 41.26%

%20.63
%38.11
%41.26

CMYK RENK MODELİ

#488590 rengi CMYK tonu (50,8,0,44).

  • camgöbeği tonu 50.00%
  • eflatun tonu 7.64%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(50,8,0,44)
C50M8Y0K44 
(50%,8%,0%,44%)
(0.50/0.08/0.00/0.44)	

CMYK yüzdeleri

%50
%7.64
%0
%43.53

Codes

Color #488590 in popluar color models

488590
RGB72133144
HSL189°33.33%42.35%
HSB/HSV189°50.00%56.47%
CMYK50.00%7.64%0.00%
43.53%

Color #488590 in popluar number systems.

HEX488590
Decimal72133144
Binary10010001000010110010000
Octal110205220

Shades and tints

Shades of #488590

#488590
(72,133,144)
#427983
(66,121,131)
#3C6D76
(60,109,118)
#366169
(54,97,105)
#30555C
(48,85,92)
#2A494F
(42,73,79)
#243D42
(36,61,66)
#1E3135
(30,49,53)
#182528
(24,37,40)
#12191B
(18,25,27)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #488590

#488590
(72,133,144)
#58909A
(88,144,154)
#689BA4
(104,155,164)
#78A6AE
(120,166,174)
#88B1B8
(136,177,184)
#98BCC2
(152,188,194)
#A8C7CC
(168,199,204)
#B8D2D6
(184,210,214)
#C8DDE0
(200,221,224)
#D8E8EA
(216,232,234)
#E8F3F4
(232,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488590 color. Also use rgb(72,133,144) instead hex code.

Text Font Color

.myTextColor { color: #488590; }

<p style="color:#488590">This sample text font color is #488590.</p>

This text font color is #488590.


Background Color

.myBgColor { background-color: #488590; }

<div style="background-color:#488590">Inner text</div>

This div background color is #488590.


Border color

.myBorderColor { border: 1px solid #488590; }

<div style="border:3px solid #488590">Div</div>

This div border color is #488590.


Opacity

.myOpacity80 { color: #488590; opacity: 0.8; }

<p style="color:#488590;opacity:0.8;">80%</p>

Text with #488590 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #488590;}

<p style="text-shadow: 3px 3px 1px #488590">Text here.</p>

This text has shadow with #488590 color.

.textShadow {text-shadow: 3px 3px 1px #488590, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #488590, 5px 5px 20px red">Text here.</p>

This text has shadow with #488590 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488590, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#488590, Direction=45, Strength=4)">Text</p>

This text has shadow with #488590 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #488590;
  -webkit-box-shadow:	1px 1px 3px 2px #488590;
  box-shadow:		1px 1px 3px 2px #488590;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488590;
-webkit-box-shadow: 1px 1px 3px 2px #488590;
box-shadow:1px 1px 3px 2px #488590;">
Div content here</div>
This div box has shadow with color #488590.

Preview

Color preview on black background

This text has color #488590 on black background.


Color preview on white background

This text has color #488590 on white background.



Black color preview on #488590 background

This text has black color on #488590 background.


White color preview on #488590 background

This text has white color on #488590 background.