#4F969B

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

Shades of Half Baked #4F969B

Tints of Half Baked #4F969B

Color information

#4F969B (or 0x4F969B) is unknown color: approx Half Baked. HEX triplet: 4F, 96 and 9B. RGB value is (79,150,155). Sum of RGB (Red+Green+Blue) = 79+150+155=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F969B is #B06964. Grayscale: #818181. Windows color (decimal): -11561317 or 10196559. OLE color: 10196559.

HSL color Cylindrical-coordinate representation of color #4F969B: hue angle of 183.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F969B is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB79150155-
CMYK0.490.0300.39
HSL183.95º32.48%45.88%-
HSV(B)183.95º49.03%60.78%-
XYZ20.0525.8434.94-
YUV129.34142.4892.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.57%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=20.57%
G=39.06%
B=40.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791501550.490.0300.39183.9532.4845.88
Hex4F969B313027b8202e
Octal1172262336130472704056
Binary1001111100101101001101111000111010011110111000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,150,155); }

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

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

 a { background-color: rgb(79,150,155); }

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

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

 span { border-color: rgb(79,150,155); }

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