#4B8A92

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

Shades of Half Baked #4B8A92

Tints of Half Baked #4B8A92

Color information

#4B8A92 (or 0x4B8A92) is unknown color: approx Half Baked. HEX triplet: 4B, 8A and 92. RGB value is (75,138,146). Sum of RGB (Red+Green+Blue) = 75+138+146=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B8A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8A92 is #B4756D. Grayscale: #777777. Windows color (decimal): -11826542 or 9603659. OLE color: 9603659.

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

Color convert

RGB75138146-
CMYK0.490.0500.43
HSL186.76º32.13%43.33%-
HSV(B)186.76º48.63%57.25%-
XYZ17.1821.7530.49-
YUV120.08142.6395.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.89%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=20.89%
G=38.44%
B=40.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751381460.490.0500.43186.7632.1343.33
Hex4B8A9231502Bbb202b
Octal1132122226150532734053
Binary10010111000101010010010110001101010101110111011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,138,146); }

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

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

 a { background-color: rgb(75,138,146); }

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

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

 span { border-color: rgb(75,138,146); }

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