#4B7EAE

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

Shades of Steel Blue #4B7EAE

Tints of Steel Blue #4B7EAE

Color information

#4B7EAE (or 0x4B7EAE) is unknown color: approx Steel Blue. HEX triplet: 4B, 7E and AE. RGB value is (75,126,174). Sum of RGB (Red+Green+Blue) = 75+126+174=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B7EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7EAE is #B48151. Grayscale: #737373. Windows color (decimal): -11829586 or 11435595. OLE color: 11435595.

HSL color Cylindrical-coordinate representation of color #4B7EAE: hue angle of 209.09º 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 #4B7EAE is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB75126174-
CMYK0.570.2800.32
HSL209.09º39.76%48.82%-
HSV(B)209.09º56.9%68.24%-
XYZ1819.4742.85-
YUV116.22160.698.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=20%
G=33.6%
B=46.4%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751261740.570.2800.32209.0939.7648.82
Hex4B7EAE391C020d12831
Octal11317625671340403215061
Binary100101111111101010111011100111100010000011010001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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