#4F869B

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

Shades of Hippie Blue #4F869B

Tints of Hippie Blue #4F869B

Color information

#4F869B (or 0x4F869B) is unknown color: approx Hippie Blue. HEX triplet: 4F, 86 and 9B. RGB value is (79,134,155). Sum of RGB (Red+Green+Blue) = 79+134+155=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F869B is #B07964. Grayscale: #777777. Windows color (decimal): -11565413 or 10192463. OLE color: 10192463.

HSL color Cylindrical-coordinate representation of color #4F869B: hue angle of 196.58º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F869B is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB79134155-
CMYK0.490.1400.39
HSL196.58º32.48%45.88%-
HSV(B)196.58º49.03%60.78%-
XYZ17.6721.0834.15-
YUV119.95147.7898.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.47%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=21.47%
G=36.41%
B=42.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791341550.490.1400.39196.5832.4845.88
Hex4F869B31E027c5202e
Octal11720623361160473054056
Binary100111110000110100110111100011110010011111000101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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