#417CAC

Color #417CAC Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #417CAC

Tints of Steel Blue #417CAC

Color information

#417CAC (or 0x417CAC) is unknown color: approx Steel Blue. HEX triplet: 41, 7C and AC. RGB value is (65,124,172). Sum of RGB (Red+Green+Blue) = 65+124+172=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #417CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417CAC is #BE8353. Grayscale: #6F6F6F. Windows color (decimal): -12485460 or 11304001. OLE color: 11304001.

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

Color convert

RGB65124172-
CMYK0.620.2800.33
HSL206.92º45.15%46.47%-
HSV(B)206.92º62.21%67.45%-
XYZ16.8318.5241.72-
YUV111.83161.9594.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=18.01%
G=34.35%
B=47.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651241720.620.2800.33206.9245.1546.47
Hex417CAC3E1C021cf2d2e
Octal10117425476340413175556
Binary100000111111001010110011111011100010000111001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #417CAC;
 }
 .AnyTagClassName
 {
   color: #417CAC;
 }
</style>
background-color css

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

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

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

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

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

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