#4B7CA4

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

Shades of Steel Blue #4B7CA4

Tints of Steel Blue #4B7CA4

Color information

#4B7CA4 (or 0x4B7CA4) is unknown color: approx Steel Blue. HEX triplet: 4B, 7C and A4. RGB value is (75,124,164). Sum of RGB (Red+Green+Blue) = 75+124+164=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B7CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7CA4 is #B4835B. Grayscale: #717171. Windows color (decimal): -11830108 or 10779723. OLE color: 10779723.

HSL color Cylindrical-coordinate representation of color #4B7CA4: hue angle of 206.97º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B7CA4 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB75124164-
CMYK0.540.2400.36
HSL206.97º37.24%46.86%-
HSV(B)206.97º54.27%64.31%-
XYZ16.8118.5937.82-
YUV113.91156.27100.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 164 (64.45% from 255) = 45.18%
R=20.66%
G=34.16%
B=45.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751241640.540.2400.36206.9737.2446.86
Hex4B7CA43618024cf252f
Octal11317424466300443174557
Binary100101111111001010010011011011000010010011001111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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