#4B7AAE

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

Shades of Steel Blue #4B7AAE

Tints of Steel Blue #4B7AAE

Color information

#4B7AAE (or 0x4B7AAE) is unknown color: approx Steel Blue. HEX triplet: 4B, 7A and AE. RGB value is (75,122,174). Sum of RGB (Red+Green+Blue) = 75+122+174=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B7AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7AAE is #B48551. Grayscale: #717171. Windows color (decimal): -11830610 or 11434571. OLE color: 11434571.

HSL color Cylindrical-coordinate representation of color #4B7AAE: hue angle of 211.52º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B7AAE is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB75122174-
CMYK0.570.3000.32
HSL211.52º39.76%48.82%-
HSV(B)211.52º56.9%68.24%-
XYZ17.518.4742.69-
YUV113.87161.93100.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.22%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=20.22%
G=32.88%
B=46.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751221740.570.3000.32211.5239.7648.82
Hex4B7AAE391E020d42831
Octal11317225671360403245061
Binary100101111110101010111011100111110010000011010100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B7AAE; }

 p { color: rgb(75,122,174); }

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

<style>
 a { background-color: #4B7AAE; }

 a { background-color: rgb(75,122,174); }

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

<style>
 span { border-color: #4B7AAE; }

 span { border-color: rgb(75,122,174); }

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