#4F8590

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

Shades of Hippie Blue #4F8590

Tints of Hippie Blue #4F8590

Color information

#4F8590 (or 0x4F8590) is unknown color: approx Hippie Blue. HEX triplet: 4F, 85 and 90. RGB value is (79,133,144). Sum of RGB (Red+Green+Blue) = 79+133+144=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F8590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8590 is #B07A6F. Grayscale: #767676. Windows color (decimal): -11565680 or 9471311. OLE color: 9471311.

HSL color Cylindrical-coordinate representation of color #4F8590: hue angle of 190.15º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F8590 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB79133144-
CMYK0.450.0800.44
HSL190.15º29.15%43.73%-
HSV(B)190.15º45.14%56.47%-
XYZ16.6520.4529.46-
YUV118.11142.61100.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.19%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=22.19%
G=37.36%
B=40.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791331440.450.0800.44190.1529.1543.73
Hex4F85902D802Cbe1d2c
Octal11720522055100542763554
Binary10011111000010110010000101101100001011001011111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,133,144); }

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

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

 a { background-color: rgb(79,133,144); }

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

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

 span { border-color: rgb(79,133,144); }

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