Html Css Color HEX #417FAB Steel Blue

📋 copy color: '#417FAB'

red 65 ◦ green 127 ◦ blue 171

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

Shades of Steel Blue #417FAB

Tints of Steel Blue #417FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 17.91%
G = 34.99%
B = 47.11%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#417FAB (or 0x417FAB) is known color: Steel Blue. HEX triplet: 41, 7F and AB. RGB value is (65,127,171). Sum of RGB (Red+Green+Blue) = 65+127+171=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #417FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FAB is #BE8054. Grayscale: #717171. Windows color (decimal): -12484693 or 11239233. OLE color: 11239233.

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

Color convert

RGB 65 127 171 -
CMYK 0.62 0.26 0 0.33
HSL 204.91º 0.45% 0.46% -
HSV(B) 204.91º 0.62% 0.67% -
XYZ 17.12 19.24 41.34 -
YUV 113.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 65 127 171 0.62 0.26 0 0.33 204.91 0.45 0.46
Hex 41 7F AB 3E 1A 0 21 CD 2D 2E
Octal 101 177 253 76 32 0 41 315 55 56
Binary 1000001 1111111 10101011 111110 11010 0 100001 11001101 101101 101110

Color Harmonies of #417FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FAB

Black with #417FAB

Text Example


Text Example

White with #417FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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