#4F849E

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

Shades of Hippie Blue #4F849E

Tints of Hippie Blue #4F849E

Color information

#4F849E (or 0x4F849E) is unknown color: approx Hippie Blue. HEX triplet: 4F, 84 and 9E. RGB value is (79,132,158). Sum of RGB (Red+Green+Blue) = 79+132+158=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F849E is #B07B61. Grayscale: #767676. Windows color (decimal): -11565922 or 10388559. OLE color: 10388559.

HSL color Cylindrical-coordinate representation of color #4F849E: hue angle of 199.75º 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 #4F849E is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB79132158-
CMYK0.500.1600.38
HSL199.75º33.33%46.47%-
HSV(B)199.75º50%61.96%-
XYZ17.6520.6335.4-
YUV119.12149.9499.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=21.41%
G=35.77%
B=42.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791321580.500.1600.38199.7533.3346.47
Hex4F849E3210026c8212e
Octal11720423662200463104156
Binary1001111100001001001111011001010000010011011001000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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