Html Css Color HEX #417CAF Steel Blue

📋 copy color: '#417CAF'

red 65 ◦ green 124 ◦ blue 175

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

Shades of Steel Blue #417CAF

Tints of Steel Blue #417CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

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

R = 17.86%
G = 34.07%
B = 48.08%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#417CAF (or 0x417CAF) is known color: Steel Blue. HEX triplet: 41, 7C and AF. RGB value is (65,124,175). Sum of RGB (Red+Green+Blue) = 65+124+175=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #417CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417CAF is #BE8350. Grayscale: #6F6F6F. Windows color (decimal): -12485457 or 11500609. OLE color: 11500609.

HSL color Cylindrical-coordinate representation of color #417CAF: hue angle of 207.82º 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 #417CAF is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 124 175 -
CMYK 0.63 0.29 0 0.31
HSL 207.82º 0.46% 0.47% -
HSV(B) 207.82º 0.63% 0.69% -
XYZ 17.13 18.63 43.25 -
YUV 112.17 163.45 94.35 -
System Red Green Blue C M Y K H S L
Decimal 65 124 175 0.63 0.29 0 0.31 207.82 0.46 0.47
Hex 41 7C AF 3F 1D 0 1F D0 2E 2F
Octal 101 174 257 77 35 0 37 320 56 57
Binary 1000001 1111100 10101111 111111 11101 0 11111 11010000 101110 101111

Color Harmonies of #417CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CAF

Black with #417CAF

Text Example


Text Example

White with #417CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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