#4F858F

Color #4F858F Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #4F858F

Tints of Hippie Blue #4F858F

Color information

#4F858F (or 0x4F858F) is unknown color: approx Hippie Blue. HEX triplet: 4F, 85 and 8F. RGB value is (79,133,143). Sum of RGB (Red+Green+Blue) = 79+133+143=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F858F is #B07A70. Grayscale: #757575. Windows color (decimal): -11565681 or 9405775. OLE color: 9405775.

HSL color Cylindrical-coordinate representation of color #4F858F: hue angle of 189.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F858F is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB79133143-
CMYK0.450.0700.44
HSL189.38º28.83%43.53%-
HSV(B)189.38º44.76%56.08%-
XYZ16.5720.4229.05-
YUV117.99142.11100.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.25%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=22.25%
G=37.46%
B=40.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791331430.450.0700.44189.3828.8343.53
Hex4F858F2D702Cbd1d2c
Octal1172052175570542753554
Binary1001111100001011000111110110111101011001011110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,133,143); }

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

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

 a { background-color: rgb(79,133,143); }

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

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

 span { border-color: rgb(79,133,143); }

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