#4284AE

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

Shades of Steel Blue #4284AE

Tints of Steel Blue #4284AE

Color information

#4284AE (or 0x4284AE) is unknown color: approx Steel Blue. HEX triplet: 42, 84 and AE. RGB value is (66,132,174). Sum of RGB (Red+Green+Blue) = 66+132+174=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #4284AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4284AE is #BD7B51. Grayscale: #747474. Windows color (decimal): -12417874 or 11437122. OLE color: 11437122.

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

Color convert

RGB66132174-
CMYK0.620.2400.32
HSL203.33º45%47.06%-
HSV(B)203.33º62.07%68.24%-
XYZ18.1420.7243.09-
YUV117.05160.1391.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=17.74%
G=35.48%
B=46.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661321740.620.2400.32203.334547.06
Hex4284AE3E18020cb2d2f
Octal10220425676300403135557
Binary1000010100001001010111011111011000010000011001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4284AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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