Html Css Color HEX #417F9F Hippie Blue

📋 copy color: '#417F9F'

red 65 ◦ green 127 ◦ blue 159

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

Shades of Hippie Blue #417F9F

Tints of Hippie Blue #417F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.3%

R = 18.52%
G = 36.18%
B = 45.3%

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

#417F9F (or 0x417F9F) is known color: Hippie Blue. HEX triplet: 41, 7F and 9F. RGB value is (65,127,159). Sum of RGB (Red+Green+Blue) = 65+127+159=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #417F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F9F is #BE8060. Grayscale: #6F6F6F. Windows color (decimal): -12484705 or 10452801. OLE color: 10452801.

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

Color convert

RGB 65 127 159 -
CMYK 0.59 0.20 0 0.38
HSL 200.43º 0.42% 0.44% -
HSV(B) 200.43º 0.59% 0.62% -
XYZ 16.03 18.81 35.59 -
YUV 112.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 65 127 159 0.59 0.20 0 0.38 200.43 0.42 0.44
Hex 41 7F 9F 3B 14 0 26 C8 2A 2C
Octal 101 177 237 73 24 0 46 310 52 54
Binary 1000001 1111111 10011111 111011 10100 0 100110 11001000 101010 101100

Color Harmonies of #417F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F9F

Black with #417F9F

Text Example


Text Example

White with #417F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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