#4C8B91

Color #4C8B91 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #4C8B91

Tints of Half Baked #4C8B91

Color information

#4C8B91 (or 0x4C8B91) is unknown color: approx Half Baked. HEX triplet: 4C, 8B and 91. RGB value is (76,139,145). Sum of RGB (Red+Green+Blue) = 76+139+145=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C8B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8B91 is #B3746E. Grayscale: #787878. Windows color (decimal): -11760751 or 9538380. OLE color: 9538380.

HSL color Cylindrical-coordinate representation of color #4C8B91: hue angle of 185.22º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C8B91 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB76139145-
CMYK0.480.0400.43
HSL185.22º31.22%43.33%-
HSV(B)185.22º47.59%56.86%-
XYZ17.3222.0530.13-
YUV120.85141.6396.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.11%
GREEN value IS 139 (54.69% from 255) = 38.61%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=21.11%
G=38.61%
B=40.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761391450.480.0400.43185.2231.2243.33
Hex4C8B9130402Bb91f2b
Octal1142132216040532713753
Binary1001100100010111001000111000010001010111011100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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