Html Css Color HEX #4585AD Steel Blue

📋 copy color: '#4585AD'

red 69 ◦ green 133 ◦ blue 173

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

Shades of Steel Blue #4585AD

Tints of Steel Blue #4585AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 18.4%
G = 35.47%
B = 46.13%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4585AD (or 0x4585AD) is known color: Steel Blue. HEX triplet: 45, 85 and AD. RGB value is (69,133,173). Sum of RGB (Red+Green+Blue) = 69+133+173=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #4585AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4585AD is #BA7A52. Grayscale: #767676. Windows color (decimal): -12221011 or 11371845. OLE color: 11371845.

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

Color convert

RGB 69 133 173 -
CMYK 0.60 0.23 0 0.32
HSL 203.08º 0.43% 0.47% -
HSV(B) 203.08º 0.6% 0.68% -
XYZ 18.38 21.06 42.63 -
YUV 118.42 158.8 92.75 -
System Red Green Blue C M Y K H S L
Decimal 69 133 173 0.60 0.23 0 0.32 203.08 0.43 0.47
Hex 45 85 AD 3C 17 0 20 CB 2B 2F
Octal 105 205 255 74 27 0 40 313 53 57
Binary 1000101 10000101 10101101 111100 10111 0 100000 11001011 101011 101111

Color Harmonies of #4585AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585AD

Black with #4585AD

Text Example


Text Example

White with #4585AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4585AD; }

 p { color: rgb(69,133,173); }

 H1.HeaderClassName
 {
   color: #4585AD;
 }
 .AnyTagClassName
 {
   color: #4585AD;
 }
</style>

background-color css

<style>
 a { background-color: #4585AD; }

 a { background-color: rgb(69,133,173); }

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

border-color css

<style>
 span { border-color: #4585AD; }

 span { border-color: rgb(69,133,173); }

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