#4A7EBC

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

Shades of Steel Blue #4A7EBC

Tints of Steel Blue #4A7EBC

Color information

#4A7EBC (or 0x4A7EBC) is unknown color: approx Steel Blue. HEX triplet: 4A, 7E and BC. RGB value is (74,126,188). Sum of RGB (Red+Green+Blue) = 74+126+188=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A7EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7EBC is #B58143. Grayscale: #757575. Windows color (decimal): -11895108 or 12353098. OLE color: 12353098.

HSL color Cylindrical-coordinate representation of color #4A7EBC: hue angle of 212.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A7EBC is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB74126188-
CMYK0.610.3300.26
HSL212.63º45.97%51.37%-
HSV(B)212.63º60.64%73.73%-
XYZ19.3620.0150.42-
YUV117.52167.7796.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.07%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 188 (73.83% from 255) = 48.45%
R=19.07%
G=32.47%
B=48.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741261880.610.3300.26212.6345.9751.37
Hex4A7EBC3D2101Ad52e33
Octal11217627475410323255663
Binary100101011111101011110011110110000101101011010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,126,188); }

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

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

 a { background-color: rgb(74,126,188); }

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

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

 span { border-color: rgb(74,126,188); }

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