#4F898B

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

Shades of Half Baked #4F898B

Tints of Half Baked #4F898B

Color information

#4F898B (or 0x4F898B) is unknown color: approx Half Baked. HEX triplet: 4F, 89 and 8B. RGB value is (79,137,139). Sum of RGB (Red+Green+Blue) = 79+137+139=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F898B is #B07674. Grayscale: #777777. Windows color (decimal): -11564661 or 9144655. OLE color: 9144655.

HSL color Cylindrical-coordinate representation of color #4F898B: hue angle of 182º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F898B is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB79137139-
CMYK0.430.0100.45
HSL182º27.52%42.75%-
HSV(B)182º43.17%54.51%-
XYZ16.8321.4227.67-
YUV119.89138.7898.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.25%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=22.25%
G=38.59%
B=39.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791371390.430.0100.4518227.5242.75
Hex4F898B2B102Db61c2b
Octal1172112135310552663453
Binary10011111000100110001011101011101011011011011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,137,139); }

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

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

 a { background-color: rgb(79,137,139); }

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

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

 span { border-color: rgb(79,137,139); }

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