#4D879F

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

Shades of Hippie Blue #4D879F

Tints of Hippie Blue #4D879F

Color information

#4D879F (or 0x4D879F) is unknown color: approx Hippie Blue. HEX triplet: 4D, 87 and 9F. RGB value is (77,135,159). Sum of RGB (Red+Green+Blue) = 77+135+159=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D879F is #B27860. Grayscale: #787878. Windows color (decimal): -11696225 or 10454861. OLE color: 10454861.

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

Color convert

RGB77135159-
CMYK0.520.1500.38
HSL197.56º34.75%46.27%-
HSV(B)197.56º51.57%62.35%-
XYZ17.9821.4135.99-
YUV120.39149.7897.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.75%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=20.75%
G=36.39%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771351590.520.1500.38197.5634.7546.27
Hex4D879F34F026c6232e
Octal11520723764170463064356
Binary100110110000111100111111101001111010011011000110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,135,159); }

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

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

 a { background-color: rgb(77,135,159); }

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

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

 span { border-color: rgb(77,135,159); }

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