#4B7EAA

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

Shades of Steel Blue #4B7EAA

Tints of Steel Blue #4B7EAA

Color information

#4B7EAA (or 0x4B7EAA) is unknown color: approx Steel Blue. HEX triplet: 4B, 7E and AA. RGB value is (75,126,170). Sum of RGB (Red+Green+Blue) = 75+126+170=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B7EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7EAA is #B48155. Grayscale: #737373. Windows color (decimal): -11829590 or 11173451. OLE color: 11173451.

HSL color Cylindrical-coordinate representation of color #4B7EAA: hue angle of 207.79º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B7EAA is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB75126170-
CMYK0.560.2600.33
HSL207.79º38.78%48.04%-
HSV(B)207.79º55.88%66.67%-
XYZ17.6219.3240.83-
YUV115.77158.698.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.22%
GREEN value IS 126 (49.61% from 255) = 33.96%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=20.22%
G=33.96%
B=45.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751261700.560.2600.33207.7938.7848.04
Hex4B7EAA381A021d02730
Octal11317625270320413204760
Binary100101111111101010101011100011010010000111010000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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