Html Css Color HEX #417F9E Hippie Blue

📋 copy color: '#417F9E'

red 65 ◦ green 127 ◦ blue 158

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

Shades of Hippie Blue #417F9E

Tints of Hippie Blue #417F9E

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 value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#417F9E (or 0x417F9E) is known color: 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

RGB 65 127 158 -
CMYK 0.59 0.20 0 0.38
HSL 200º 0.42% 0.44% -
HSV(B) 200º 0.59% 0.62% -
XYZ 15.94 18.77 35.13 -
YUV 112 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 65 127 158 0.59 0.20 0 0.38 200 0.42 0.44
Hex 41 7F 9E 3B 14 0 26 C8 2A 2C
Octal 101 177 236 73 24 0 46 310 52 54
Binary 1000001 1111111 10011110 111011 10100 0 100110 11001000 101010 101100

Color Harmonies of #417F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F9E

Black with #417F9E

Text Example


Text Example

White with #417F9E

Text Example


Text Example

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