#4B9096

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

Shades of Half Baked #4B9096

Tints of Half Baked #4B9096

Color information

#4B9096 (or 0x4B9096) is unknown color: approx Half Baked. HEX triplet: 4B, 90 and 96. RGB value is (75,144,150). Sum of RGB (Red+Green+Blue) = 75+144+150=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B9096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9096 is #B46F69. Grayscale: #7B7B7B. Windows color (decimal): -11825002 or 9867339. OLE color: 9867339.

HSL color Cylindrical-coordinate representation of color #4B9096: hue angle of 184.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9096 is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB75144150-
CMYK0.50.0400.41
HSL184.8º33.33%44.12%-
HSV(B)184.8º50%58.82%-
XYZ18.3823.6432.45-
YUV124.05142.6493.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.33%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=20.33%
G=39.02%
B=40.65%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751441500.50.0400.41184.833.3344.12
Hex4B9096324029b9212c
Octal1132202266240512714154
Binary10010111001000010010110110010100010100110111001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,144,150); }

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

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

 a { background-color: rgb(75,144,150); }

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

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

 span { border-color: rgb(75,144,150); }

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