#407EA2

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

Shades of Hippie Blue #407EA2

Tints of Hippie Blue #407EA2

Color information

#407EA2 (or 0x407EA2) is unknown color: approx Hippie Blue. HEX triplet: 40, 7E and A2. RGB value is (64,126,162). Sum of RGB (Red+Green+Blue) = 64+126+162=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 162 - color contains mainly: blue. Hex color #407EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407EA2 is #BF815D. Grayscale: #6F6F6F. Windows color (decimal): -12550494 or 10649152. OLE color: 10649152.

HSL color Cylindrical-coordinate representation of color #407EA2: hue angle of 202.04º 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 #407EA2 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB64126162-
CMYK0.600.2200.36
HSL202.04º43.36%44.31%-
HSV(B)202.04º60.49%63.53%-
XYZ16.118.6236.93-
YUV111.57156.4694.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.18%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 162 (63.67% from 255) = 46.02%
R=18.18%
G=35.80%
B=46.02%

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
Decimal641261620.600.2200.36202.0443.3644.31
Hex407EA23C16024ca2b2c
Octal10017624274260443125354
Binary100000011111101010001011110010110010010011001010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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