#4B7EB4

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

Shades of Steel Blue #4B7EB4

Tints of Steel Blue #4B7EB4

Color information

#4B7EB4 (or 0x4B7EB4) is unknown color: approx Steel Blue. HEX triplet: 4B, 7E and B4. RGB value is (75,126,180). Sum of RGB (Red+Green+Blue) = 75+126+180=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #4B7EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7EB4 is #B4814B. Grayscale: #747474. Windows color (decimal): -11829580 or 11828811. OLE color: 11828811.

HSL color Cylindrical-coordinate representation of color #4B7EB4: hue angle of 210.86º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B7EB4 is Cyan = 0.58, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB75126180-
CMYK0.580.300.29
HSL210.86º41.18%50%-
HSV(B)210.86º58.33%70.59%-
XYZ18.619.7146-
YUV116.91163.698.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 180 (70.70% from 255) = 47.24%
R=19.69%
G=33.07%
B=47.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751261800.580.300.29210.8641.1850
Hex4B7EB43A1E01Dd32932
Octal11317626472360353235162
Binary10010111111110101101001110101111001110111010011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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