#4484AD

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

Shades of Steel Blue #4484AD

Tints of Steel Blue #4484AD

Color information

#4484AD (or 0x4484AD) is unknown color: approx Steel Blue. HEX triplet: 44, 84 and AD. RGB value is (68,132,173). Sum of RGB (Red+Green+Blue) = 68+132+173=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #4484AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4484AD is #BB7B52. Grayscale: #757575. Windows color (decimal): -12286803 or 11371588. OLE color: 11371588.

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

Color convert

RGB68132173-
CMYK0.610.2400.32
HSL203.43º43.57%47.25%-
HSV(B)203.43º60.69%67.84%-
XYZ18.1820.7542.58-
YUV117.54159.392.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.23%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=18.23%
G=35.39%
B=46.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681321730.610.2400.32203.4343.5747.25
Hex4484AD3D18020cb2c2f
Octal10420425575300403135457
Binary1000100100001001010110111110111000010000011001011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4484AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,132,173); }

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

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

 a { background-color: rgb(68,132,173); }

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

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

 span { border-color: rgb(68,132,173); }

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