#4B7CA6

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

Shades of Steel Blue #4B7CA6

Tints of Steel Blue #4B7CA6

Color information

#4B7CA6 (or 0x4B7CA6) is unknown color: approx Steel Blue. HEX triplet: 4B, 7C and A6. RGB value is (75,124,166). Sum of RGB (Red+Green+Blue) = 75+124+166=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 166 - color contains mainly: blue. Hex color #4B7CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7CA6 is #B48359. Grayscale: #717171. Windows color (decimal): -11830106 or 10910795. OLE color: 10910795.

HSL color Cylindrical-coordinate representation of color #4B7CA6: hue angle of 207.69º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B7CA6 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB75124166-
CMYK0.550.2500.35
HSL207.69º37.76%47.25%-
HSV(B)207.69º54.82%65.1%-
XYZ16.9918.6638.78-
YUV114.14157.27100.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.55%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 166 (65.23% from 255) = 45.48%
R=20.55%
G=33.97%
B=45.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751241660.550.2500.35207.6937.7647.25
Hex4B7CA63719023d0262f
Octal11317424667310433204657
Binary100101111111001010011011011111001010001111010000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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