#417EA2

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

Shades of Hippie Blue #417EA2

Tints of Hippie Blue #417EA2

Color information

#417EA2 (or 0x417EA2) is unknown color: approx Hippie Blue. HEX triplet: 41, 7E and A2. RGB value is (65,126,162). Sum of RGB (Red+Green+Blue) = 65+126+162=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 126 (49.61% from 255 or 35.69% 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 #417EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417EA2 is #BE815D. Grayscale: #6F6F6F. Windows color (decimal): -12484958 or 10649153. OLE color: 10649153.

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

Color convert

RGB65126162-
CMYK0.600.2200.36
HSL202.27º42.73%44.51%-
HSV(B)202.27º59.88%63.53%-
XYZ16.1618.6536.93-
YUV111.86156.2994.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.41%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 162 (63.67% from 255) = 45.89%
R=18.41%
G=35.69%
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
Decimal651261620.600.2200.36202.2742.7344.51
Hex417EA23C16024ca2b2d
Octal10117624274260443125355
Binary100000111111101010001011110010110010010011001010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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