#4F95A2

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

Shades of Hippie Blue #4F95A2

Tints of Hippie Blue #4F95A2

Color information

#4F95A2 (or 0x4F95A2) is unknown color: approx Hippie Blue. HEX triplet: 4F, 95 and A2. RGB value is (79,149,162). Sum of RGB (Red+Green+Blue) = 79+149+162=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F95A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F95A2 is #B06A5D. Grayscale: #818181. Windows color (decimal): -11561566 or 10655055. OLE color: 10655055.

HSL color Cylindrical-coordinate representation of color #4F95A2: hue angle of 189.4º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F95A2 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB79149162-
CMYK0.510.0800.36
HSL189.4º34.44%47.25%-
HSV(B)189.4º51.23%63.53%-
XYZ20.4925.7738.08-
YUV129.55146.3191.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.26%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 162 (63.67% from 255) = 41.54%
R=20.26%
G=38.21%
B=41.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791491620.510.0800.36189.434.4447.25
Hex4F95A2338024bd222f
Octal11722524263100442754257
Binary100111110010101101000101100111000010010010111101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F95A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,149,162); }

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

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

 a { background-color: rgb(79,149,162); }

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

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

 span { border-color: rgb(79,149,162); }

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