#417AC4

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

Shades of Steel Blue #417AC4

Tints of Steel Blue #417AC4

Color information

#417AC4 (or 0x417AC4) is unknown color: approx Steel Blue. HEX triplet: 41, 7A and C4. RGB value is (65,122,196). Sum of RGB (Red+Green+Blue) = 65+122+196=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #417AC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417AC4 is #BE853B. Grayscale: #717171. Windows color (decimal): -12485948 or 12876353. OLE color: 12876353.

HSL color Cylindrical-coordinate representation of color #417AC4: hue angle of 213.89º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #417AC4 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB65122196-
CMYK0.670.3800.23
HSL213.89º52.61%51.18%-
HSV(B)213.89º66.84%76.86%-
XYZ19.119.0354.89-
YUV113.39174.6293.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.97%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 196 (76.95% from 255) = 51.17%
R=16.97%
G=31.85%
B=51.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651221960.670.3800.23213.8952.6151.18
Hex417AC44326017d63533
Octal101172304103460273266563
Binary1000001111101011000100100001110011001011111010110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,122,196); }

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

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

 a { background-color: rgb(65,122,196); }

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

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

 span { border-color: rgb(65,122,196); }

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