Html Css Color HEX #4680AD Steel Blue

📋 copy color: '#4680AD'

red 70 ◦ green 128 ◦ blue 173

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

Shades of Steel Blue #4680AD

Tints of Steel Blue #4680AD

RGB

 RED value IS 70 (27.73% from 255) = 18.87%

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

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

R = 18.87%
G = 34.5%
B = 46.63%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4680AD (or 0x4680AD) is known color: Steel Blue. HEX triplet: 46, 80 and AD. RGB value is (70,128,173). Sum of RGB (Red+Green+Blue) = 70+128+173=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #4680AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4680AD is #B97F52. Grayscale: #737373. Windows color (decimal): -12156755 or 11370566. OLE color: 11370566.

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

Color convert

RGB 70 128 173 -
CMYK 0.60 0.26 0 0.32
HSL 206.21º 0.42% 0.48% -
HSV(B) 206.21º 0.6% 0.68% -
XYZ 17.79 19.76 42.41 -
YUV 115.79 160.28 95.34 -
System Red Green Blue C M Y K H S L
Decimal 70 128 173 0.60 0.26 0 0.32 206.21 0.42 0.48
Hex 46 80 AD 3C 1A 0 20 CE 2A 30
Octal 106 200 255 74 32 0 40 316 52 60
Binary 1000110 10000000 10101101 111100 11010 0 100000 11001110 101010 110000

Color Harmonies of #4680AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4680AD

Black with #4680AD

Text Example


Text Example

White with #4680AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,128,173); }

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

background-color css

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

 a { background-color: rgb(70,128,173); }

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

border-color css

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

 span { border-color: rgb(70,128,173); }

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