#4181AD

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

Shades of Steel Blue #4181AD

Tints of Steel Blue #4181AD

Color information

#4181AD (or 0x4181AD) is unknown color: approx Steel Blue. HEX triplet: 41, 81 and AD. RGB value is (65,129,173). Sum of RGB (Red+Green+Blue) = 65+129+173=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #4181AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4181AD is #BE7E52. Grayscale: #727272. Windows color (decimal): -12484179 or 11370817. OLE color: 11370817.

HSL color Cylindrical-coordinate representation of color #4181AD: hue angle of 204.44º 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 #4181AD is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65129173-
CMYK0.620.2500.32
HSL204.44º45.38%46.67%-
HSV(B)204.44º62.43%67.84%-
XYZ17.5719.8442.44-
YUV114.88160.892.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.71%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=17.71%
G=35.15%
B=47.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651291730.620.2500.32204.4445.3846.67
Hex4181AD3E19020cc2d2f
Octal10120125576310403145557
Binary1000001100000011010110111111011001010000011001100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4181AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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