Html Css Color HEX #4580AF Steel Blue

📋 copy color: '#4580AF'

red 69 ◦ green 128 ◦ blue 175

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

Shades of Steel Blue #4580AF

Tints of Steel Blue #4580AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 18.55%
G = 34.41%
B = 47.04%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4580AF (or 0x4580AF) is known color: Steel Blue. HEX triplet: 45, 80 and AF. RGB value is (69,128,175). Sum of RGB (Red+Green+Blue) = 69+128+175=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #4580AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4580AF is #BA7F50. Grayscale: #737373. Windows color (decimal): -12222289 or 11501637. OLE color: 11501637.

HSL color Cylindrical-coordinate representation of color #4580AF: hue angle of 206.6º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4580AF is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 128 175 -
CMYK 0.61 0.27 0 0.31
HSL 206.6º 0.43% 0.48% -
HSV(B) 206.6º 0.61% 0.69% -
XYZ 17.91 19.8 43.43 -
YUV 115.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 69 128 175 0.61 0.27 0 0.31 206.6 0.43 0.48
Hex 45 80 AF 3D 1B 0 1F CF 2B 30
Octal 105 200 257 75 33 0 37 317 53 60
Binary 1000101 10000000 10101111 111101 11011 0 11111 11001111 101011 110000

Color Harmonies of #4580AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4580AF

Black with #4580AF

Text Example


Text Example

White with #4580AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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