#4072BD

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

Shades of Steel Blue #4072BD

Tints of Steel Blue #4072BD

Color information

#4072BD (or 0x4072BD) is unknown color: approx Steel Blue. HEX triplet: 40, 72 and BD. RGB value is (64,114,189). Sum of RGB (Red+Green+Blue) = 64+114+189=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #4072BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4072BD is #BF8D42. Grayscale: #6B6B6B. Windows color (decimal): -12553539 or 12415552. OLE color: 12415552.

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

Color convert

RGB64114189-
CMYK0.660.4000.26
HSL216º49.41%49.61%-
HSV(B)216º66.14%74.12%-
XYZ17.3216.850.47-
YUV107.6173.9496.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 189 (74.22% from 255) = 51.50%
R=17.44%
G=31.06%
B=51.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641141890.660.4000.2621649.4149.61
Hex4072BD422801Ad83132
Octal100162275102500323306162
Binary1000000111001010111101100001010100001101011011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4072BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4072BD; }

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

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

<style>
 a { background-color: #4072BD; }

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

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

<style>
 span { border-color: #4072BD; }

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

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