#417E9E

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

Shades of Hippie Blue #417E9E

Tints of Hippie Blue #417E9E

Color information

#417E9E (or 0x417E9E) is unknown color: approx Hippie Blue. HEX triplet: 41, 7E and 9E. RGB value is (65,126,158). Sum of RGB (Red+Green+Blue) = 65+126+158=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #417E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E9E is #BE8161. Grayscale: #6F6F6F. Windows color (decimal): -12484962 or 10387009. OLE color: 10387009.

HSL color Cylindrical-coordinate representation of color #417E9E: hue angle of 200.65º 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 #417E9E is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65126158-
CMYK0.590.2000.38
HSL200.65º41.7%43.73%-
HSV(B)200.65º58.86%61.96%-
XYZ15.8118.5135.09-
YUV111.41154.2994.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=18.62%
G=36.10%
B=45.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651261580.590.2000.38200.6541.743.73
Hex417E9E3B14026c92a2c
Octal10117623673240463115254
Binary100000111111101001111011101110100010011011001001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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