Html Css Color HEX #4580AB Steel Blue

📋 copy color: '#4580AB'

red 69 ◦ green 128 ◦ blue 171

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

Shades of Steel Blue #4580AB

Tints of Steel Blue #4580AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.78%

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

R = 18.75%
G = 34.78%
B = 46.47%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4580AB (or 0x4580AB) is known color: Steel Blue. HEX triplet: 45, 80 and AB. RGB value is (69,128,171). Sum of RGB (Red+Green+Blue) = 69+128+171=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #4580AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4580AB is #BA7F54. Grayscale: #737373. Windows color (decimal): -12222293 or 11239493. OLE color: 11239493.

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

Color convert

RGB 69 128 171 -
CMYK 0.60 0.25 0 0.33
HSL 205.29º 0.43% 0.47% -
HSV(B) 205.29º 0.6% 0.67% -
XYZ 17.52 19.64 41.4 -
YUV 115.26 159.45 95 -
System Red Green Blue C M Y K H S L
Decimal 69 128 171 0.60 0.25 0 0.33 205.29 0.43 0.47
Hex 45 80 AB 3C 19 0 21 CD 2A 2F
Octal 105 200 253 74 31 0 41 315 52 57
Binary 1000101 10000000 10101011 111100 11001 0 100001 11001101 101010 101111

Color Harmonies of #4580AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4580AB

Black with #4580AB

Text Example


Text Example

White with #4580AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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