#4C8C8B

Color #4C8C8B Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #4C8C8B

Tints of Blue Chill #4C8C8B

Color information

#4C8C8B (or 0x4C8C8B) is unknown color: approx Blue Chill. HEX triplet: 4C, 8C and 8B. RGB value is (76,140,139). Sum of RGB (Red+Green+Blue) = 76+140+139=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8C8B is #B37374. Grayscale: #787878. Windows color (decimal): -11760501 or 9145420. OLE color: 9145420.

HSL color Cylindrical-coordinate representation of color #4C8C8B: hue angle of 179.06º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8C8B is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB76140139-
CMYK0.4600.010.45
HSL179.06º29.63%42.35%-
HSV(B)179.06º45.71%54.9%-
XYZ17.0222.1627.81-
YUV120.75138.396.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.41%
GREEN value IS 140 (55.08% from 255) = 39.44%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=21.41%
G=39.44%
B=39.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761401390.4600.010.45179.0629.6342.35
Hex4C8C8B2E012Db31e2a
Octal1142142135601552633652
Binary10011001000110010001011101110011011011011001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C8C8B; }

 p { color: rgb(76,140,139); }

 H1.HeaderClassName
 {
   color: #4C8C8B;
 }
 .AnyTagClassName
 {
   color: #4C8C8B;
 }
</style>
background-color css

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

 a { background-color: rgb(76,140,139); }

 div.DivClassName
 {
   background-color: #4C8C8B;
 }
 .BgClassName
 {
   background-color: #4C8C8B;
 }
</style>
border-color css

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

 span { border-color: rgb(76,140,139); }

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