#4C8B92

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

Shades of Half Baked #4C8B92

Tints of Half Baked #4C8B92

Color information

#4C8B92 (or 0x4C8B92) is unknown color: approx Half Baked. HEX triplet: 4C, 8B and 92. RGB value is (76,139,146). Sum of RGB (Red+Green+Blue) = 76+139+146=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C8B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8B92 is #B3746D. Grayscale: #787878. Windows color (decimal): -11760750 or 9603916. OLE color: 9603916.

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

Color convert

RGB76139146-
CMYK0.480.0500.43
HSL186º31.53%43.53%-
HSV(B)186º47.95%57.25%-
XYZ17.422.0830.54-
YUV120.96142.1395.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.05%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=21.05%
G=38.50%
B=40.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761391460.480.0500.4318631.5343.53
Hex4C8B9230502Bba202c
Octal1142132226050532724054
Binary10011001000101110010010110000101010101110111010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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