Html Css Color HEX #417CAD Steel Blue

📋 copy color: '#417CAD'

red 65 ◦ green 124 ◦ blue 173

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

Shades of Steel Blue #417CAD

Tints of Steel Blue #417CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 17.96%
G = 34.25%
B = 47.79%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#417CAD (or 0x417CAD) is known color: Steel Blue. HEX triplet: 41, 7C and AD. RGB value is (65,124,173). Sum of RGB (Red+Green+Blue) = 65+124+173=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #417CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417CAD is #BE8352. Grayscale: #6F6F6F. Windows color (decimal): -12485459 or 11369537. OLE color: 11369537.

HSL color Cylindrical-coordinate representation of color #417CAD: hue angle of 207.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #417CAD is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 124 173 -
CMYK 0.62 0.28 0 0.32
HSL 207.22º 0.45% 0.47% -
HSV(B) 207.22º 0.62% 0.68% -
XYZ 16.93 18.56 42.22 -
YUV 111.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 65 124 173 0.62 0.28 0 0.32 207.22 0.45 0.47
Hex 41 7C AD 3E 1C 0 20 CF 2D 2F
Octal 101 174 255 76 34 0 40 317 55 57
Binary 1000001 1111100 10101101 111110 11100 0 100000 11001111 101101 101111

Color Harmonies of #417CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CAD

Black with #417CAD

Text Example


Text Example

White with #417CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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