#407CB5

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

Shades of Steel Blue #407CB5

Tints of Steel Blue #407CB5

Color information

#407CB5 (or 0x407CB5) is unknown color: approx Steel Blue. HEX triplet: 40, 7C and B5. RGB value is (64,124,181). Sum of RGB (Red+Green+Blue) = 64+124+181=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #407CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CB5 is #BF834A. Grayscale: #707070. Windows color (decimal): -12550987 or 11893824. OLE color: 11893824.

HSL color Cylindrical-coordinate representation of color #407CB5: hue angle of 209.23º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #407CB5 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB64124181-
CMYK0.650.3100.29
HSL209.23º47.76%48.04%-
HSV(B)209.23º64.64%70.98%-
XYZ17.6618.8446.42-
YUV112.56166.6293.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 181 (71.09% from 255) = 49.05%
R=17.34%
G=33.60%
B=49.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641241810.650.3100.29209.2347.7648.04
Hex407CB5411F01Dd13030
Octal100174265101370353216060
Binary100000011111001011010110000011111101110111010001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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