Html Css Color HEX #4584AB Steel Blue

📋 copy color: '#4584AB'

red 69 ◦ green 132 ◦ blue 171

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

Shades of Steel Blue #4584AB

Tints of Steel Blue #4584AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.97%

R = 18.55%
G = 35.48%
B = 45.97%

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

#4584AB (or 0x4584AB) is known color: Steel Blue. HEX triplet: 45, 84 and AB. RGB value is (69,132,171). Sum of RGB (Red+Green+Blue) = 69+132+171=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #4584AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4584AB is #BA7B54. Grayscale: #757575. Windows color (decimal): -12221269 or 11240517. OLE color: 11240517.

HSL color Cylindrical-coordinate representation of color #4584AB: hue angle of 202.94º 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 #4584AB is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 132 171 -
CMYK 0.60 0.23 0 0.33
HSL 202.94º 0.43% 0.47% -
HSV(B) 202.94º 0.6% 0.67% -
XYZ 18.06 20.71 41.57 -
YUV 117.61 158.13 93.33 -
System Red Green Blue C M Y K H S L
Decimal 69 132 171 0.60 0.23 0 0.33 202.94 0.43 0.47
Hex 45 84 AB 3C 17 0 21 CB 2A 2F
Octal 105 204 253 74 27 0 41 313 52 57
Binary 1000101 10000100 10101011 111100 10111 0 100001 11001011 101010 101111

Color Harmonies of #4584AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4584AB

Black with #4584AB

Text Example


Text Example

White with #4584AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4584AB;
 }
 .AnyTagClassName
 {
   color: #4584AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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