Html Css Color HEX #4080AD Steel Blue

📋 copy color: '#4080AD'

red 64 ◦ green 128 ◦ blue 173

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

Shades of Steel Blue #4080AD

Tints of Steel Blue #4080AD

RGB

 RED value IS 64 (25.39% from 255) = 17.53%

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

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

R = 17.53%
G = 35.07%
B = 47.4%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4080AD (or 0x4080AD) is known color: Steel Blue. HEX triplet: 40, 80 and AD. RGB value is (64,128,173). Sum of RGB (Red+Green+Blue) = 64+128+173=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #4080AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4080AD is #BF7F52. Grayscale: #717171. Windows color (decimal): -12549971 or 11370560. OLE color: 11370560.

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

Color convert

RGB 64 128 173 -
CMYK 0.63 0.26 0 0.32
HSL 204.77º 0.46% 0.46% -
HSV(B) 204.77º 0.63% 0.68% -
XYZ 17.38 19.55 42.39 -
YUV 113.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 64 128 173 0.63 0.26 0 0.32 204.77 0.46 0.46
Hex 40 80 AD 3F 1A 0 20 CD 2E 2E
Octal 100 200 255 77 32 0 40 315 56 56
Binary 1000000 10000000 10101101 111111 11010 0 100000 11001101 101110 101110

Color Harmonies of #4080AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4080AD

Black with #4080AD

Text Example


Text Example

White with #4080AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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