Html Css Color HEX #488E8C Blue Chill

📋 copy color: '#488E8C'

red 72 ◦ green 142 ◦ blue 140

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

Shades of Blue Chill #488E8C

Tints of Blue Chill #488E8C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.11%

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 20.34%
G = 40.11%
B = 39.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#488E8C (or 0x488E8C) is known color: Blue Chill. HEX triplet: 48, 8E and 8C. RGB value is (72,142,140). Sum of RGB (Red+Green+Blue) = 72+142+140=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #488E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488E8C is #B77173. Grayscale: #787878. Windows color (decimal): -12022132 or 9211464. OLE color: 9211464.

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

Color convert

RGB 72 142 140 -
CMYK 0.49 0 0.01 0.44
HSL 178.29º 0.33% 0.42% -
HSV(B) 178.29º 0.49% 0.56% -
XYZ 17.08 22.62 28.28 -
YUV 120.84 138.81 93.16 -
System Red Green Blue C M Y K H S L
Decimal 72 142 140 0.49 0 0.01 0.44 178.29 0.33 0.42
Hex 48 8E 8C 31 0 1 2C B2 21 2A
Octal 110 216 214 61 0 1 54 262 41 52
Binary 1001000 10001110 10001100 110001 0 1 101100 10110010 100001 101010

Color Harmonies of #488E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488E8C

Black with #488E8C

Text Example


Text Example

White with #488E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488E8C; }

 p { color: rgb(72,142,140); }

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

background-color css

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

 a { background-color: rgb(72,142,140); }

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

border-color css

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

 span { border-color: rgb(72,142,140); }

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