Html Css Color HEX #417E9E Hippie Blue

📋 copy color: '#417E9E'

red 65 ◦ green 126 ◦ blue 158

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

Shades of Hippie Blue #417E9E

Tints of Hippie Blue #417E9E

RGB

 RED value IS 65 (25.78% from 255) = 18.62%

 GREEN value IS 126 (49.61% from 255) = 36.1%

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 18.62%
G = 36.1%
B = 45.27%

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

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

RGB 65 126 158 -
CMYK 0.59 0.20 0 0.38
HSL 200.65º 0.42% 0.44% -
HSV(B) 200.65º 0.59% 0.62% -
XYZ 15.81 18.51 35.09 -
YUV 111.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 65 126 158 0.59 0.20 0 0.38 200.65 0.42 0.44
Hex 41 7E 9E 3B 14 0 26 C9 2A 2C
Octal 101 176 236 73 24 0 46 311 52 54
Binary 1000001 1111110 10011110 111011 10100 0 100110 11001001 101010 101100

Color Harmonies of #417E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417E9E

Black with #417E9E

Text Example


Text Example

White with #417E9E

Text Example


Text Example

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