Html Css Color HEX #417EAD Steel Blue

📋 copy color: '#417EAD'

red 65 ◦ green 126 ◦ blue 173

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

Shades of Steel Blue #417EAD

Tints of Steel Blue #417EAD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

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

R = 17.86%
G = 34.62%
B = 47.53%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#417EAD (or 0x417EAD) is known color: Steel Blue. HEX triplet: 41, 7E and AD. RGB value is (65,126,173). Sum of RGB (Red+Green+Blue) = 65+126+173=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #417EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417EAD is #BE8152. Grayscale: #707070. Windows color (decimal): -12484947 or 11370049. OLE color: 11370049.

HSL color Cylindrical-coordinate representation of color #417EAD: hue angle of 206.11º 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 #417EAD is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 126 173 -
CMYK 0.62 0.27 0 0.32
HSL 206.11º 0.45% 0.47% -
HSV(B) 206.11º 0.62% 0.68% -
XYZ 17.18 19.06 42.31 -
YUV 113.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 65 126 173 0.62 0.27 0 0.32 206.11 0.45 0.47
Hex 41 7E AD 3E 1B 0 20 CE 2D 2F
Octal 101 176 255 76 33 0 40 316 55 57
Binary 1000001 1111110 10101101 111110 11011 0 100000 11001110 101101 101111

Color Harmonies of #417EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417EAD

Black with #417EAD

Text Example


Text Example

White with #417EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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