#4B7CAD

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

Shades of Steel Blue #4B7CAD

Tints of Steel Blue #4B7CAD

Color information

#4B7CAD (or 0x4B7CAD) is unknown color: approx Steel Blue. HEX triplet: 4B, 7C and AD. RGB value is (75,124,173). Sum of RGB (Red+Green+Blue) = 75+124+173=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B7CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7CAD is #B48352. Grayscale: #727272. Windows color (decimal): -11830099 or 11369547. OLE color: 11369547.

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

Color convert

RGB75124173-
CMYK0.570.2800.32
HSL210º39.52%48.63%-
HSV(B)210º56.65%67.84%-
XYZ17.6518.9342.26-
YUV114.94160.7799.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.16%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=20.16%
G=33.33%
B=46.51%

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
Decimal751241730.570.2800.3221039.5248.63
Hex4B7CAD391C020d22831
Octal11317425571340403225061
Binary100101111111001010110111100111100010000011010010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,124,173); }

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

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

 a { background-color: rgb(75,124,173); }

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

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

 span { border-color: rgb(75,124,173); }

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