#407DBD

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

Shades of Steel Blue #407DBD

Tints of Steel Blue #407DBD

Color information

#407DBD (or 0x407DBD) is unknown color: approx Steel Blue. HEX triplet: 40, 7D and BD. RGB value is (64,125,189). Sum of RGB (Red+Green+Blue) = 64+125+189=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #407DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DBD is #BF8242. Grayscale: #717171. Windows color (decimal): -12550723 or 12418368. OLE color: 12418368.

HSL color Cylindrical-coordinate representation of color #407DBD: hue angle of 210.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407DBD is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64125189-
CMYK0.660.3400.26
HSL210.72º49.41%49.61%-
HSV(B)210.72º66.14%74.12%-
XYZ18.6319.4350.91-
YUV114.06170.2992.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.93%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 189 (74.22% from 255) = 50%
R=16.93%
G=33.07%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641251890.660.3400.26210.7249.4149.61
Hex407DBD422201Ad33132
Octal100175275102420323236162
Binary1000000111110110111101100001010001001101011010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,125,189); }

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

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

 a { background-color: rgb(64,125,189); }

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

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

 span { border-color: rgb(64,125,189); }

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