Html Css Color HEX #417DAC Steel Blue

📋 copy color: '#417DAC'

red 65 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #417DAC

Tints of Steel Blue #417DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 17.96%
G = 34.53%
B = 47.51%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#417DAC (or 0x417DAC) is known color: Steel Blue. HEX triplet: 41, 7D and AC. RGB value is (65,125,172). Sum of RGB (Red+Green+Blue) = 65+125+172=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #417DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417DAC is #BE8253. Grayscale: #707070. Windows color (decimal): -12485204 or 11304257. OLE color: 11304257.

HSL color Cylindrical-coordinate representation of color #417DAC: hue angle of 206.36º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #417DAC is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 125 172 -
CMYK 0.62 0.27 0 0.33
HSL 206.36º 0.45% 0.46% -
HSV(B) 206.36º 0.62% 0.67% -
XYZ 16.96 18.77 41.76 -
YUV 112.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 65 125 172 0.62 0.27 0 0.33 206.36 0.45 0.46
Hex 41 7D AC 3E 1B 0 21 CE 2D 2E
Octal 101 175 254 76 33 0 41 316 55 56
Binary 1000001 1111101 10101100 111110 11011 0 100001 11001110 101101 101110

Color Harmonies of #417DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DAC

Black with #417DAC

Text Example


Text Example

White with #417DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,125,172); }

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

background-color css

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

 a { background-color: rgb(65,125,172); }

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

border-color css

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

 span { border-color: rgb(65,125,172); }

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