#4A84B3

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

Shades of Steel Blue #4A84B3

Tints of Steel Blue #4A84B3

Color information

#4A84B3 (or 0x4A84B3) is unknown color: approx Steel Blue. HEX triplet: 4A, 84 and B3. RGB value is (74,132,179). Sum of RGB (Red+Green+Blue) = 74+132+179=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #4A84B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A84B3 is #B57B4C. Grayscale: #777777. Windows color (decimal): -11893581 or 11764810. OLE color: 11764810.

HSL color Cylindrical-coordinate representation of color #4A84B3: hue angle of 206.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A84B3 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB74132179-
CMYK0.590.2600.30
HSL206.86º41.5%49.61%-
HSV(B)206.86º58.66%70.2%-
XYZ19.2121.2145.73-
YUV120.02161.2895.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.22%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 179 (70.31% from 255) = 46.49%
R=19.22%
G=34.29%
B=46.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741321790.590.2600.30206.8641.549.61
Hex4A84B33B1A01Ecf2a32
Octal11220426373320363175262
Binary100101010000100101100111110111101001111011001111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A84B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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