#4074AB

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

Shades of Steel Blue #4074AB

Tints of Steel Blue #4074AB

Color information

#4074AB (or 0x4074AB) is unknown color: approx Steel Blue. HEX triplet: 40, 74 and AB. RGB value is (64,116,171). Sum of RGB (Red+Green+Blue) = 64+116+171=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #4074AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4074AB is #BF8B54. Grayscale: #6A6A6A. Windows color (decimal): -12553045 or 11236416. OLE color: 11236416.

HSL color Cylindrical-coordinate representation of color #4074AB: hue angle of 210.84º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4074AB is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64116171-
CMYK0.630.3200.33
HSL210.84º45.53%46.08%-
HSV(B)210.84º62.57%67.06%-
XYZ15.7116.5240.89-
YUV106.72164.2797.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.23%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=18.23%
G=33.05%
B=48.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641161710.630.3200.33210.8445.5346.08
Hex4074AB3F20021d32e2e
Octal10016425377400413235656
Binary1000000111010010101011111111100000010000111010011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4074AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4074AB; }

 p { color: rgb(64,116,171); }

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

<style>
 a { background-color: #4074AB; }

 a { background-color: rgb(64,116,171); }

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

<style>
 span { border-color: #4074AB; }

 span { border-color: rgb(64,116,171); }

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