#4A7BB1

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

Shades of Steel Blue #4A7BB1

Tints of Steel Blue #4A7BB1

Color information

#4A7BB1 (or 0x4A7BB1) is unknown color: approx Steel Blue. HEX triplet: 4A, 7B and B1. RGB value is (74,123,177). Sum of RGB (Red+Green+Blue) = 74+123+177=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #4A7BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7BB1 is #B5844E. Grayscale: #727272. Windows color (decimal): -11895887 or 11631434. OLE color: 11631434.

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

Color convert

RGB74123177-
CMYK0.580.3100.31
HSL211.46º41.04%49.22%-
HSV(B)211.46º58.19%69.41%-
XYZ17.8418.844.28-
YUV114.5163.2799.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.79%
GREEN value IS 123 (48.44% from 255) = 32.89%
BLUE value IS 177 (69.53% from 255) = 47.33%
R=19.79%
G=32.89%
B=47.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741231770.580.3100.31211.4641.0449.22
Hex4A7BB13A1F01Fd32931
Octal11217326172370373235161
Binary10010101111011101100011110101111101111111010011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,123,177); }

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

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

 a { background-color: rgb(74,123,177); }

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

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

 span { border-color: rgb(74,123,177); }

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