#4F869E

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

Shades of Hippie Blue #4F869E

Tints of Hippie Blue #4F869E

Color information

#4F869E (or 0x4F869E) is unknown color: approx Hippie Blue. HEX triplet: 4F, 86 and 9E. RGB value is (79,134,158). Sum of RGB (Red+Green+Blue) = 79+134+158=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F869E is #B07961. Grayscale: #787878. Windows color (decimal): -11565410 or 10389071. OLE color: 10389071.

HSL color Cylindrical-coordinate representation of color #4F869E: hue angle of 198.23º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F869E is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB79134158-
CMYK0.500.1500.38
HSL198.23º33.33%46.47%-
HSV(B)198.23º50%61.96%-
XYZ17.9221.1835.49-
YUV120.29149.2898.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.29%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=21.29%
G=36.12%
B=42.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791341580.500.1500.38198.2333.3346.47
Hex4F869E32F026c6212e
Octal11720623662170463064156
Binary100111110000110100111101100101111010011011000110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,134,158); }

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

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

 a { background-color: rgb(79,134,158); }

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

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

 span { border-color: rgb(79,134,158); }

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