#417F9E

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

Shades of Hippie Blue #417F9E

Tints of Hippie Blue #417F9E

Color information

#417F9E (or 0x417F9E) is unknown color: approx Hippie Blue. HEX triplet: 41, 7F and 9E. RGB value is (65,127,158). Sum of RGB (Red+Green+Blue) = 65+127+158=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #417F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F9E is #BE8061. Grayscale: #6F6F6F. Windows color (decimal): -12484706 or 10387265. OLE color: 10387265.

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

Color convert

RGB65127158-
CMYK0.590.2000.38
HSL200º41.7%43.73%-
HSV(B)200º58.86%61.96%-
XYZ15.9418.7735.13-
YUV112153.9694.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=18.57%
G=36.29%
B=45.14%

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
Decimal651271580.590.2000.3820041.743.73
Hex417F9E3B14026c82a2c
Octal10117723673240463105254
Binary100000111111111001111011101110100010011011001000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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