Html Css Color HEX #488890 Blue Chill

📋 copy color: '#488890'

red 72 ◦ green 136 ◦ blue 144

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

Shades of Blue Chill #488890

Tints of Blue Chill #488890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

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

R = 20.45%
G = 38.64%
B = 40.91%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#488890 (or 0x488890) is known color: Blue Chill. HEX triplet: 48, 88 and 90. RGB value is (72,136,144). Sum of RGB (Red+Green+Blue) = 72+136+144=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #488890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488890 is #B7776F. Grayscale: #757575. Windows color (decimal): -12023664 or 9472072. OLE color: 9472072.

HSL color Cylindrical-coordinate representation of color #488890: hue angle of 186.67º 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 #488890 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 136 144 -
CMYK 0.50 0.06 0 0.44
HSL 186.67º 0.33% 0.42% -
HSV(B) 186.67º 0.5% 0.56% -
XYZ 16.51 21 29.57 -
YUV 117.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 72 136 144 0.50 0.06 0 0.44 186.67 0.33 0.42
Hex 48 88 90 32 6 0 2C BB 21 2A
Octal 110 210 220 62 6 0 54 273 41 52
Binary 1001000 10001000 10010000 110010 110 0 101100 10111011 100001 101010

Color Harmonies of #488890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488890

Black with #488890

Text Example


Text Example

White with #488890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488890; }

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

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

background-color css

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

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

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

border-color css

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

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

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