Html Css Color HEX #4080AA Steel Blue

📋 copy color: '#4080AA'

red 64 ◦ green 128 ◦ blue 170

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

Shades of Steel Blue #4080AA

Tints of Steel Blue #4080AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 17.68%
G = 35.36%
B = 46.96%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4080AA (or 0x4080AA) is known color: Steel Blue. HEX triplet: 40, 80 and AA. RGB value is (64,128,170). Sum of RGB (Red+Green+Blue) = 64+128+170=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #4080AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4080AA is #BF7F55. Grayscale: #717171. Windows color (decimal): -12549974 or 11173952. OLE color: 11173952.

HSL color Cylindrical-coordinate representation of color #4080AA: hue angle of 203.77º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4080AA is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 128 170 -
CMYK 0.62 0.25 0 0.33
HSL 203.77º 0.45% 0.46% -
HSV(B) 203.77º 0.62% 0.67% -
XYZ 17.09 19.43 40.88 -
YUV 113.65 159.8 92.58 -
System Red Green Blue C M Y K H S L
Decimal 64 128 170 0.62 0.25 0 0.33 203.77 0.45 0.46
Hex 40 80 AA 3E 19 0 21 CC 2D 2E
Octal 100 200 252 76 31 0 41 314 55 56
Binary 1000000 10000000 10101010 111110 11001 0 100001 11001100 101101 101110

Color Harmonies of #4080AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4080AA

Black with #4080AA

Text Example


Text Example

White with #4080AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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