#4A7FBB

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

Shades of Steel Blue #4A7FBB

Tints of Steel Blue #4A7FBB

Color information

#4A7FBB (or 0x4A7FBB) is unknown color: approx Steel Blue. HEX triplet: 4A, 7F and BB. RGB value is (74,127,187). Sum of RGB (Red+Green+Blue) = 74+127+187=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A7FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7FBB is #B58044. Grayscale: #757575. Windows color (decimal): -11894853 or 12287818. OLE color: 12287818.

HSL color Cylindrical-coordinate representation of color #4A7FBB: hue angle of 211.86º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A7FBB is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB74127187-
CMYK0.600.3200.27
HSL211.86º45.38%51.18%-
HSV(B)211.86º60.43%73.33%-
XYZ19.3820.2249.9-
YUV117.99166.9496.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.07%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=19.07%
G=32.73%
B=48.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741271870.600.3200.27211.8645.3851.18
Hex4A7FBB3C2001Bd42d33
Octal11217727374400333245563
Binary100101011111111011101111110010000001101111010100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,127,187); }

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

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

 a { background-color: rgb(74,127,187); }

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

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

 span { border-color: rgb(74,127,187); }

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