#407CBA

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

Shades of Steel Blue #407CBA

Tints of Steel Blue #407CBA

Color information

#407CBA (or 0x407CBA) is unknown color: approx Steel Blue. HEX triplet: 40, 7C and BA. RGB value is (64,124,186). Sum of RGB (Red+Green+Blue) = 64+124+186=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #407CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CBA is #BF8345. Grayscale: #707070. Windows color (decimal): -12550982 or 12221504. OLE color: 12221504.

HSL color Cylindrical-coordinate representation of color #407CBA: hue angle of 210.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407CBA is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64124186-
CMYK0.660.3300.27
HSL210.49º48.8%49.02%-
HSV(B)210.49º65.59%72.94%-
XYZ18.1819.0549.17-
YUV113.13169.1292.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.11%
GREEN value IS 124 (48.83% from 255) = 33.16%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=17.11%
G=33.16%
B=49.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641241860.660.3300.27210.4948.849.02
Hex407CBA422101Bd23131
Octal100174272102410333226161
Binary1000000111110010111010100001010000101101111010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,124,186); }

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

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

 a { background-color: rgb(64,124,186); }

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

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

 span { border-color: rgb(64,124,186); }

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