Html Css Color HEX #417FAD Steel Blue

📋 copy color: '#417FAD'

red 65 ◦ green 127 ◦ blue 173

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

Shades of Steel Blue #417FAD

Tints of Steel Blue #417FAD

RGB

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

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

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

R = 17.81%
G = 34.79%
B = 47.4%

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

#417FAD (or 0x417FAD) is known color: Steel Blue. HEX triplet: 41, 7F and AD. RGB value is (65,127,173). Sum of RGB (Red+Green+Blue) = 65+127+173=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #417FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FAD is #BE8052. Grayscale: #717171. Windows color (decimal): -12484691 or 11370305. OLE color: 11370305.

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

Color convert

RGB 65 127 173 -
CMYK 0.62 0.27 0 0.32
HSL 205.56º 0.45% 0.47% -
HSV(B) 205.56º 0.62% 0.68% -
XYZ 17.31 19.32 42.35 -
YUV 113.71 161.46 93.26 -
System Red Green Blue C M Y K H S L
Decimal 65 127 173 0.62 0.27 0 0.32 205.56 0.45 0.47
Hex 41 7F AD 3E 1B 0 20 CE 2D 2F
Octal 101 177 255 76 33 0 40 316 55 57
Binary 1000001 1111111 10101101 111110 11011 0 100000 11001110 101101 101111

Color Harmonies of #417FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FAD

Black with #417FAD

Text Example


Text Example

White with #417FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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