#4A84AB

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

Shades of Steel Blue #4A84AB

Tints of Steel Blue #4A84AB

Color information

#4A84AB (or 0x4A84AB) is unknown color: approx Steel Blue. HEX triplet: 4A, 84 and AB. RGB value is (74,132,171). Sum of RGB (Red+Green+Blue) = 74+132+171=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A84AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A84AB is #B57B54. Grayscale: #767676. Windows color (decimal): -11893589 or 11240522. OLE color: 11240522.

HSL color Cylindrical-coordinate representation of color #4A84AB: hue angle of 204.12º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A84AB is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB74132171-
CMYK0.570.2300.33
HSL204.12º39.59%48.04%-
HSV(B)204.12º56.73%67.06%-
XYZ18.4320.941.59-
YUV119.1157.2895.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.63%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=19.63%
G=35.01%
B=45.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741321710.570.2300.33204.1239.5948.04
Hex4A84AB3917021cc2830
Octal11220425371270413145060
Binary1001010100001001010101111100110111010000111001100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,132,171); }

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

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

 a { background-color: rgb(74,132,171); }

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

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

 span { border-color: rgb(74,132,171); }

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