#4F979B

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

Shades of Half Baked #4F979B

Tints of Half Baked #4F979B

Color information

#4F979B (or 0x4F979B) is unknown color: approx Half Baked. HEX triplet: 4F, 97 and 9B. RGB value is (79,151,155). Sum of RGB (Red+Green+Blue) = 79+151+155=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F979B is #B06864. Grayscale: #818181. Windows color (decimal): -11561061 or 10196815. OLE color: 10196815.

HSL color Cylindrical-coordinate representation of color #4F979B: hue angle of 183.16º 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 #4F979B is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB79151155-
CMYK0.490.0300.39
HSL183.16º32.48%45.88%-
HSV(B)183.16º49.03%60.78%-
XYZ20.2126.1635-
YUV129.93142.1591.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.52%
GREEN value IS 151 (59.38% from 255) = 39.22%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=20.52%
G=39.22%
B=40.26%

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
Decimal791511550.490.0300.39183.1632.4845.88
Hex4F979B313027b7202e
Octal1172272336130472674056
Binary1001111100101111001101111000111010011110110111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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