#4B7CAF

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

Shades of Steel Blue #4B7CAF

Tints of Steel Blue #4B7CAF

Color information

#4B7CAF (or 0x4B7CAF) is unknown color: approx Steel Blue. HEX triplet: 4B, 7C and AF. RGB value is (75,124,175). Sum of RGB (Red+Green+Blue) = 75+124+175=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B7CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7CAF is #B48350. Grayscale: #727272. Windows color (decimal): -11830097 or 11500619. OLE color: 11500619.

HSL color Cylindrical-coordinate representation of color #4B7CAF: hue angle of 210.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B7CAF is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB75124175-
CMYK0.570.2900.31
HSL210.6º40%49.02%-
HSV(B)210.6º57.14%68.63%-
XYZ17.8519.0143.29-
YUV115.16161.7799.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.05%
GREEN value IS 124 (48.83% from 255) = 33.16%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=20.05%
G=33.16%
B=46.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751241750.570.2900.31210.64049.02
Hex4B7CAF391D01Fd32831
Octal11317425771350373235061
Binary10010111111100101011111110011110101111111010011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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