Html Css Color HEX #417FA0 Hippie Blue

📋 copy color: '#417FA0'

red 65 ◦ green 127 ◦ blue 160

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

Shades of Hippie Blue #417FA0

Tints of Hippie Blue #417FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 160 (62.89% from 255) = 45.45%

R = 18.47%
G = 36.08%
B = 45.45%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#417FA0 (or 0x417FA0) is known color: Hippie Blue. HEX triplet: 41, 7F and A0. RGB value is (65,127,160). Sum of RGB (Red+Green+Blue) = 65+127+160=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #417FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FA0 is #BE805F. Grayscale: #707070. Windows color (decimal): -12484704 or 10518337. OLE color: 10518337.

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

Color convert

RGB 65 127 160 -
CMYK 0.59 0.21 0 0.37
HSL 200.84º 0.42% 0.44% -
HSV(B) 200.84º 0.59% 0.63% -
XYZ 16.11 18.84 36.04 -
YUV 112.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 65 127 160 0.59 0.21 0 0.37 200.84 0.42 0.44
Hex 41 7F A0 3B 15 0 25 C9 2A 2C
Octal 101 177 240 73 25 0 45 311 52 54
Binary 1000001 1111111 10100000 111011 10101 0 100101 11001001 101010 101100

Color Harmonies of #417FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FA0

Black with #417FA0

Text Example


Text Example

White with #417FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #417FA0;
 }
 .AnyTagClassName
 {
   color: #417FA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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