Html Css Color HEX #417F9C Hippie Blue

📋 copy color: '#417F9C'

red 65 ◦ green 127 ◦ blue 156

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

Shades of Hippie Blue #417F9C

Tints of Hippie Blue #417F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 18.68%
G = 36.49%
B = 44.83%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#417F9C (or 0x417F9C) is known color: Hippie Blue. HEX triplet: 41, 7F and 9C. RGB value is (65,127,156). Sum of RGB (Red+Green+Blue) = 65+127+156=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #417F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F9C is #BE8063. Grayscale: #6F6F6F. Windows color (decimal): -12484708 or 10256193. OLE color: 10256193.

HSL color Cylindrical-coordinate representation of color #417F9C: hue angle of 199.12º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417F9C is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 127 156 -
CMYK 0.58 0.19 0 0.39
HSL 199.12º 0.41% 0.43% -
HSV(B) 199.12º 0.58% 0.61% -
XYZ 15.77 18.7 34.23 -
YUV 111.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 65 127 156 0.58 0.19 0 0.39 199.12 0.41 0.43
Hex 41 7F 9C 3A 13 0 27 C7 29 2B
Octal 101 177 234 72 23 0 47 307 51 53
Binary 1000001 1111111 10011100 111010 10011 0 100111 11000111 101001 101011

Color Harmonies of #417F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F9C

Black with #417F9C

Text Example


Text Example

White with #417F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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