#4F8A99

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

Shades of Hippie Blue #4F8A99

Tints of Hippie Blue #4F8A99

Color information

#4F8A99 (or 0x4F8A99) is unknown color: approx Hippie Blue. HEX triplet: 4F, 8A and 99. RGB value is (79,138,153). Sum of RGB (Red+Green+Blue) = 79+138+153=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F8A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8A99 is #B07566. Grayscale: #797979. Windows color (decimal): -11564391 or 10062415. OLE color: 10062415.

HSL color Cylindrical-coordinate representation of color #4F8A99: hue angle of 192.16º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F8A99 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB79138153-
CMYK0.480.1000.4
HSL192.16º31.9%45.49%-
HSV(B)192.16º48.37%60%-
XYZ18.0622.1433.46-
YUV122.07145.4597.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.35%
GREEN value IS 138 (54.30% from 255) = 37.30%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=21.35%
G=37.30%
B=41.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal791381530.480.1000.4192.1631.945.49
Hex4F8A9930A028c0202d
Octal11721223160120503004055
Binary100111110001010100110011100001010010100011000000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,138,153); }

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

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

 a { background-color: rgb(79,138,153); }

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

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

 span { border-color: rgb(79,138,153); }

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