Html Css Color HEX #407EA2 Hippie Blue

📋 copy color: '#407EA2'

red 64 ◦ green 126 ◦ blue 162

#407EA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #407EA2

Tints of Hippie Blue #407EA2

RGB

 RED value IS 64 (25.39% from 255) = 18.18%

 GREEN value IS 126 (49.61% from 255) = 35.8%

 BLUE value IS 162 (63.67% from 255) = 46.02%

R = 18.18%
G = 35.8%
B = 46.02%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#407EA2 (or 0x407EA2) is known color: 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

RGB 64 126 162 -
CMYK 0.60 0.22 0 0.36
HSL 202.04º 0.43% 0.44% -
HSV(B) 202.04º 0.6% 0.64% -
XYZ 16.1 18.62 36.93 -
YUV 111.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 64 126 162 0.60 0.22 0 0.36 202.04 0.43 0.44
Hex 40 7E A2 3C 16 0 24 CA 2B 2C
Octal 100 176 242 74 26 0 44 312 53 54
Binary 1000000 1111110 10100010 111100 10110 0 100100 11001010 101011 101100

Color Harmonies of #407EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EA2

Black with #407EA2

Text Example


Text Example

White with #407EA2

Text Example


Text Example

HTML Codes & Css Web 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>