#407AAD

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

Shades of Steel Blue #407AAD

Tints of Steel Blue #407AAD

Color information

#407AAD (or 0x407AAD) is unknown color: approx Steel Blue. HEX triplet: 40, 7A and AD. RGB value is (64,122,173). Sum of RGB (Red+Green+Blue) = 64+122+173=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #407AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AAD is #BF8552. Grayscale: #6E6E6E. Windows color (decimal): -12551507 or 11369024. OLE color: 11369024.

HSL color Cylindrical-coordinate representation of color #407AAD: hue angle of 208.07º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #407AAD is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB64122173-
CMYK0.630.2900.32
HSL208.07º45.99%46.47%-
HSV(B)208.07º63.01%67.84%-
XYZ16.6218.0342.14-
YUV110.47163.2894.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=17.83%
G=33.98%
B=48.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641221730.630.2900.32208.0745.9946.47
Hex407AAD3F1D020d02e2e
Octal10017225577350403205656
Binary100000011110101010110111111111101010000011010000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407AAD; }

 p { color: rgb(64,122,173); }

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

<style>
 a { background-color: #407AAD; }

 a { background-color: rgb(64,122,173); }

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

<style>
 span { border-color: #407AAD; }

 span { border-color: rgb(64,122,173); }

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