#4C9092

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

Shades of Half Baked #4C9092

Tints of Half Baked #4C9092

Color information

#4C9092 (or 0x4C9092) is unknown color: approx Half Baked. HEX triplet: 4C, 90 and 92. RGB value is (76,144,146). Sum of RGB (Red+Green+Blue) = 76+144+146=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C9092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9092 is #B36F6D. Grayscale: #7B7B7B. Windows color (decimal): -11759470 or 9605196. OLE color: 9605196.

HSL color Cylindrical-coordinate representation of color #4C9092: hue angle of 181.71º 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 #4C9092 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB76144146-
CMYK0.480.0100.43
HSL181.71º31.53%43.53%-
HSV(B)181.71º47.95%57.25%-
XYZ18.1423.5630.79-
YUV123.9140.4793.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.77%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=20.77%
G=39.34%
B=39.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761441460.480.0100.43181.7131.5343.53
Hex4C909230102Bb6202c
Octal1142202226010532664054
Binary100110010010000100100101100001010101110110110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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