#4B77AA

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

Shades of Steel Blue #4B77AA

Tints of Steel Blue #4B77AA

Color information

#4B77AA (or 0x4B77AA) is unknown color: approx Steel Blue. HEX triplet: 4B, 77 and AA. RGB value is (75,119,170). Sum of RGB (Red+Green+Blue) = 75+119+170=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B77AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B77AA is #B48855. Grayscale: #6F6F6F. Windows color (decimal): -11831382 or 11171659. OLE color: 11171659.

HSL color Cylindrical-coordinate representation of color #4B77AA: hue angle of 212.21º 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 #4B77AA is Cyan = 0.56, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB75119170-
CMYK0.560.300.33
HSL212.21º38.78%48.04%-
HSV(B)212.21º55.88%66.67%-
XYZ16.7517.5940.54-
YUV111.66160.92101.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.60%
GREEN value IS 119 (46.88% from 255) = 32.69%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=20.60%
G=32.69%
B=46.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751191700.560.300.33212.2138.7848.04
Hex4B77AA381E021d42730
Octal11316725270360413244760
Binary100101111101111010101011100011110010000111010100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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