Html Css Color HEX #417FAF Steel Blue

📋 copy color: '#417FAF'

red 65 ◦ green 127 ◦ blue 175

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

Shades of Steel Blue #417FAF

Tints of Steel Blue #417FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 17.71%
G = 34.6%
B = 47.68%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#417FAF (or 0x417FAF) is known color: Steel Blue. HEX triplet: 41, 7F and AF. RGB value is (65,127,175). Sum of RGB (Red+Green+Blue) = 65+127+175=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #417FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FAF is #BE8050. Grayscale: #717171. Windows color (decimal): -12484689 or 11501377. OLE color: 11501377.

HSL color Cylindrical-coordinate representation of color #417FAF: hue angle of 206.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #417FAF is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 127 175 -
CMYK 0.63 0.27 0 0.31
HSL 206.18º 0.46% 0.47% -
HSV(B) 206.18º 0.63% 0.69% -
XYZ 17.51 19.4 43.38 -
YUV 113.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 65 127 175 0.63 0.27 0 0.31 206.18 0.46 0.47
Hex 41 7F AF 3F 1B 0 1F CE 2E 2F
Octal 101 177 257 77 33 0 37 316 56 57
Binary 1000001 1111111 10101111 111111 11011 0 11111 11001110 101110 101111

Color Harmonies of #417FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FAF

Black with #417FAF

Text Example


Text Example

White with #417FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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