#4484AE

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

Shades of Steel Blue #4484AE

Tints of Steel Blue #4484AE

Color information

#4484AE (or 0x4484AE) is unknown color: approx Steel Blue. HEX triplet: 44, 84 and AE. RGB value is (68,132,174). Sum of RGB (Red+Green+Blue) = 68+132+174=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #4484AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4484AE is #BB7B51. Grayscale: #757575. Windows color (decimal): -12286802 or 11437124. OLE color: 11437124.

HSL color Cylindrical-coordinate representation of color #4484AE: hue angle of 203.77º 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 #4484AE is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68132174-
CMYK0.610.2400.32
HSL203.77º43.8%47.45%-
HSV(B)203.77º60.92%68.24%-
XYZ18.2820.7943.09-
YUV117.65159.892.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.18%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=18.18%
G=35.29%
B=46.52%

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
Decimal681321740.610.2400.32203.7743.847.45
Hex4484AE3D18020cc2c2f
Octal10420425675300403145457
Binary1000100100001001010111011110111000010000011001100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4484AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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