#4F949B

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

Shades of Half Baked #4F949B

Tints of Half Baked #4F949B

Color information

#4F949B (or 0x4F949B) is unknown color: approx Half Baked. HEX triplet: 4F, 94 and 9B. RGB value is (79,148,155). Sum of RGB (Red+Green+Blue) = 79+148+155=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F949B is #B06B64. Grayscale: #808080. Windows color (decimal): -11561829 or 10196047. OLE color: 10196047.

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

Color convert

RGB79148155-
CMYK0.490.0500.39
HSL185.53º32.48%45.88%-
HSV(B)185.53º49.03%60.78%-
XYZ19.7325.2134.84-
YUV128.17143.1492.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.68%
GREEN value IS 148 (58.20% from 255) = 38.74%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=20.68%
G=38.74%
B=40.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791481550.490.0500.39185.5332.4845.88
Hex4F949B315027ba202e
Octal1172242336150472724056
Binary10011111001010010011011110001101010011110111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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