#4584AC

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

Shades of Steel Blue #4584AC

Tints of Steel Blue #4584AC

Color information

#4584AC (or 0x4584AC) is unknown color: approx Steel Blue. HEX triplet: 45, 84 and AC. RGB value is (69,132,172). Sum of RGB (Red+Green+Blue) = 69+132+172=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #4584AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4584AC is #BA7B53. Grayscale: #757575. Windows color (decimal): -12221268 or 11306053. OLE color: 11306053.

HSL color Cylindrical-coordinate representation of color #4584AC: hue angle of 203.3º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4584AC is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69132172-
CMYK0.600.2300.33
HSL203.3º42.74%47.25%-
HSV(B)203.3º59.88%67.45%-
XYZ18.1520.7542.08-
YUV117.72158.6393.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=18.50%
G=35.39%
B=46.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691321720.600.2300.33203.342.7447.25
Hex4584AC3C17021cb2b2f
Octal10520425474270413135357
Binary1000101100001001010110011110010111010000111001011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4584AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4584AC; }

 p { color: rgb(69,132,172); }

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

<style>
 a { background-color: #4584AC; }

 a { background-color: rgb(69,132,172); }

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

<style>
 span { border-color: #4584AC; }

 span { border-color: rgb(69,132,172); }

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