#4071B3

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

Shades of Steel Blue #4071B3

Tints of Steel Blue #4071B3

Color information

#4071B3 (or 0x4071B3) is unknown color: approx Steel Blue. HEX triplet: 40, 71 and B3. RGB value is (64,113,179). Sum of RGB (Red+Green+Blue) = 64+113+179=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #4071B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4071B3 is #BF8E4C. Grayscale: #696969. Windows color (decimal): -12553805 or 11759936. OLE color: 11759936.

HSL color Cylindrical-coordinate representation of color #4071B3: hue angle of 214.43º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4071B3 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB64113179-
CMYK0.640.3700.30
HSL214.43º47.33%47.65%-
HSV(B)214.43º64.25%70.2%-
XYZ16.1616.1544.91-
YUV105.87169.2798.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 179 (70.31% from 255) = 50.28%
R=17.98%
G=31.74%
B=50.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal641131790.640.3700.30214.4347.3347.65
Hex4071B3402501Ed62f30
Octal100161263100450363265760
Binary1000000111000110110011100000010010101111011010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4071B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4071B3; }

 p { color: rgb(64,113,179); }

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

<style>
 a { background-color: #4071B3; }

 a { background-color: rgb(64,113,179); }

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

<style>
 span { border-color: #4071B3; }

 span { border-color: rgb(64,113,179); }

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