#4182AA

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

Shades of Steel Blue #4182AA

Tints of Steel Blue #4182AA

Color information

#4182AA (or 0x4182AA) is unknown color: approx Steel Blue. HEX triplet: 41, 82 and AA. RGB value is (65,130,170). Sum of RGB (Red+Green+Blue) = 65+130+170=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #4182AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4182AA is #BE7D55. Grayscale: #727272. Windows color (decimal): -12483926 or 11174465. OLE color: 11174465.

HSL color Cylindrical-coordinate representation of color #4182AA: hue angle of 202.86º 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 #4182AA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65130170-
CMYK0.620.2400.33
HSL202.86º44.68%46.08%-
HSV(B)202.86º61.76%66.67%-
XYZ17.4219.9940.97-
YUV115.12158.9792.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.81%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=17.81%
G=35.62%
B=46.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651301700.620.2400.33202.8644.6846.08
Hex4182AA3E18021cb2d2e
Octal10120225276300413135556
Binary1000001100000101010101011111011000010000111001011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4182AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,130,170); }

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

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

 a { background-color: rgb(65,130,170); }

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

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

 span { border-color: rgb(65,130,170); }

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