Html Css Color HEX #488990 Blue Chill

📋 copy color: '#488990'

red 72 ◦ green 137 ◦ blue 144

#488990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #488990

Tints of Blue Chill #488990

RGB

 RED value IS 72 (28.52% from 255) = 20.4%

 GREEN value IS 137 (53.91% from 255) = 38.81%

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 20.4%
G = 38.81%
B = 40.79%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#488990 (or 0x488990) is known color: Blue Chill. HEX triplet: 48, 89 and 90. RGB value is (72,137,144). Sum of RGB (Red+Green+Blue) = 72+137+144=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #488990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488990 is #B7766F. Grayscale: #767676. Windows color (decimal): -12023408 or 9472328. OLE color: 9472328.

HSL color Cylindrical-coordinate representation of color #488990: hue angle of 185.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488990 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 137 144 -
CMYK 0.50 0.05 0 0.44
HSL 185.83º 0.33% 0.42% -
HSV(B) 185.83º 0.5% 0.56% -
XYZ 16.65 21.28 29.62 -
YUV 118.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 72 137 144 0.50 0.05 0 0.44 185.83 0.33 0.42
Hex 48 89 90 32 5 0 2C BA 21 2A
Octal 110 211 220 62 5 0 54 272 41 52
Binary 1001000 10001001 10010000 110010 101 0 101100 10111010 100001 101010

Color Harmonies of #488990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488990

Black with #488990

Text Example


Text Example

White with #488990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488990; }

 p { color: rgb(72,137,144); }

 H1.HeaderClassName
 {
   color: #488990;
 }
 .AnyTagClassName
 {
   color: #488990;
 }
</style>

background-color css

<style>
 a { background-color: #488990; }

 a { background-color: rgb(72,137,144); }

 div.DivClassName
 {
   background-color: #488990;
 }
 .BgClassName
 {
   background-color: #488990;
 }
</style>

border-color css

<style>
 span { border-color: #488990; }

 span { border-color: rgb(72,137,144); }

 td.TdClassName
 {
   border-color: #488990;
 }
 .TagClassName
 {
   border-color: #488990;
 }
</style>