Html Css Color HEX #4584AC Steel Blue

📋 copy color: '#4584AC'

red 69 ◦ green 132 ◦ blue 172

#4584AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #4584AC

Tints of Steel Blue #4584AC

RGB

 RED value IS 69 (27.34% from 255) = 18.5%

 GREEN value IS 132 (51.95% from 255) = 35.39%

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 18.5%
G = 35.39%
B = 46.11%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4584AC (or 0x4584AC) is known color: 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

RGB 69 132 172 -
CMYK 0.60 0.23 0 0.33
HSL 203.3º 0.43% 0.47% -
HSV(B) 203.3º 0.6% 0.67% -
XYZ 18.15 20.75 42.08 -
YUV 117.72 158.63 93.25 -
System Red Green Blue C M Y K H S L
Decimal 69 132 172 0.60 0.23 0 0.33 203.3 0.43 0.47
Hex 45 84 AC 3C 17 0 21 CB 2B 2F
Octal 105 204 254 74 27 0 41 313 53 57
Binary 1000101 10000100 10101100 111100 10111 0 100001 11001011 101011 101111

Color Harmonies of #4584AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4584AC

Black with #4584AC

Text Example


Text Example

White with #4584AC

Text Example


Text Example

HTML Codes & Css Web 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>