#407FA2

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

Shades of Hippie Blue #407FA2

Tints of Hippie Blue #407FA2

Color information

#407FA2 (or 0x407FA2) is unknown color: approx Hippie Blue. HEX triplet: 40, 7F and A2. RGB value is (64,127,162). Sum of RGB (Red+Green+Blue) = 64+127+162=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 162 - color contains mainly: blue. Hex color #407FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FA2 is #BF805D. Grayscale: #6F6F6F. Windows color (decimal): -12550238 or 10649408. OLE color: 10649408.

HSL color Cylindrical-coordinate representation of color #407FA2: hue angle of 201.43º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #407FA2 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB64127162-
CMYK0.600.2200.36
HSL201.43º43.36%44.31%-
HSV(B)201.43º60.49%63.53%-
XYZ16.2318.8836.97-
YUV112.15156.1393.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 162 (63.67% from 255) = 45.89%
R=18.13%
G=35.98%
B=45.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641271620.600.2200.36201.4343.3644.31
Hex407FA23C16024c92b2c
Octal10017724274260443115354
Binary100000011111111010001011110010110010010011001001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407FA2; }

 p { color: rgb(64,127,162); }

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

<style>
 a { background-color: #407FA2; }

 a { background-color: rgb(64,127,162); }

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

<style>
 span { border-color: #407FA2; }

 span { border-color: rgb(64,127,162); }

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