#4180AD

Color #4180AD Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4180AD

Tints of Steel Blue #4180AD

Color information

#4180AD (or 0x4180AD) is unknown color: approx Steel Blue. HEX triplet: 41, 80 and AD. RGB value is (65,128,173). Sum of RGB (Red+Green+Blue) = 65+128+173=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #4180AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4180AD is #BE7F52. Grayscale: #727272. Windows color (decimal): -12484435 or 11370561. OLE color: 11370561.

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

Color convert

RGB65128173-
CMYK0.620.2600.32
HSL205º45.38%46.67%-
HSV(B)205º62.43%67.84%-
XYZ17.4419.5842.4-
YUV114.29161.1392.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.76%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=17.76%
G=34.97%
B=47.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651281730.620.2600.3220545.3846.67
Hex4180AD3E1A020cd2d2f
Octal10120025576320403155557
Binary1000001100000001010110111111011010010000011001101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4180AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4180AD;
 }
 .AnyTagClassName
 {
   color: #4180AD;
 }
</style>
background-color css

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

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

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

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

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

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