#417E9F

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

Shades of Hippie Blue #417E9F

Tints of Hippie Blue #417E9F

Color information

#417E9F (or 0x417E9F) is unknown color: approx Hippie Blue. HEX triplet: 41, 7E and 9F. RGB value is (65,126,159). Sum of RGB (Red+Green+Blue) = 65+126+159=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #417E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E9F is #BE8160. Grayscale: #6F6F6F. Windows color (decimal): -12484961 or 10452545. OLE color: 10452545.

HSL color Cylindrical-coordinate representation of color #417E9F: hue angle of 201.06º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #417E9F is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65126159-
CMYK0.590.2100.38
HSL201.06º41.96%43.92%-
HSV(B)201.06º59.12%62.35%-
XYZ15.918.5535.54-
YUV111.52154.7994.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 126 (49.61% from 255) = 36%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=18.57%
G=36%
B=45.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651261590.590.2100.38201.0641.9643.92
Hex417E9F3B15026c92a2c
Octal10117623773250463115254
Binary100000111111101001111111101110101010011011001001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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