#407CBD

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

Shades of Steel Blue #407CBD

Tints of Steel Blue #407CBD

Color information

#407CBD (or 0x407CBD) is unknown color: approx Steel Blue. HEX triplet: 40, 7C and BD. RGB value is (64,124,189). Sum of RGB (Red+Green+Blue) = 64+124+189=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #407CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CBD is #BF8342. Grayscale: #717171. Windows color (decimal): -12550979 or 12418112. OLE color: 12418112.

HSL color Cylindrical-coordinate representation of color #407CBD: hue angle of 211.2º 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 #407CBD is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64124189-
CMYK0.660.3400.26
HSL211.2º49.41%49.61%-
HSV(B)211.2º66.14%74.12%-
XYZ18.5119.1850.87-
YUV113.47170.6292.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.98%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=16.98%
G=32.89%
B=50.13%

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
Decimal641241890.660.3400.26211.249.4149.61
Hex407CBD422201Ad33132
Octal100174275102420323236162
Binary1000000111110010111101100001010001001101011010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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