#407EB4

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

Shades of Steel Blue #407EB4

Tints of Steel Blue #407EB4

Color information

#407EB4 (or 0x407EB4) is unknown color: approx Steel Blue. HEX triplet: 40, 7E and B4. RGB value is (64,126,180). Sum of RGB (Red+Green+Blue) = 64+126+180=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #407EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EB4 is #BF814B. Grayscale: #717171. Windows color (decimal): -12550476 or 11828800. OLE color: 11828800.

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

Color convert

RGB64126180-
CMYK0.640.300.29
HSL207.93º47.54%47.84%-
HSV(B)207.93º64.44%70.59%-
XYZ17.8119.3145.97-
YUV113.62165.4692.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.30%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 180 (70.70% from 255) = 48.65%
R=17.30%
G=34.05%
B=48.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641261800.640.300.29207.9347.5447.84
Hex407EB4401E01Dd03030
Octal100176264100360353206060
Binary100000011111101011010010000001111001110111010000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,126,180); }

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

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

 a { background-color: rgb(64,126,180); }

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

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

 span { border-color: rgb(64,126,180); }

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