#4B77AB

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

Shades of Steel Blue #4B77AB

Tints of Steel Blue #4B77AB

Color information

#4B77AB (or 0x4B77AB) is unknown color: approx Steel Blue. HEX triplet: 4B, 77 and AB. RGB value is (75,119,171). Sum of RGB (Red+Green+Blue) = 75+119+171=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B77AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B77AB is #B48854. Grayscale: #6F6F6F. Windows color (decimal): -11831381 or 11237195. OLE color: 11237195.

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

Color convert

RGB75119171-
CMYK0.560.3000.33
HSL212.5º39.02%48.24%-
HSV(B)212.5º56.14%67.06%-
XYZ16.8517.6341.04-
YUV111.77161.42101.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.55%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=20.55%
G=32.60%
B=46.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751191710.560.3000.33212.539.0248.24
Hex4B77AB381E021d42730
Octal11316725370360413244760
Binary100101111101111010101111100011110010000111010100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B77AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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