#4271AE

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

Shades of Steel Blue #4271AE

Tints of Steel Blue #4271AE

Color information

#4271AE (or 0x4271AE) is unknown color: approx Steel Blue. HEX triplet: 42, 71 and AE. RGB value is (66,113,174). Sum of RGB (Red+Green+Blue) = 66+113+174=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #4271AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4271AE is #BD8E51. Grayscale: #696969. Windows color (decimal): -12422738 or 11432258. OLE color: 11432258.

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

Color convert

RGB66113174-
CMYK0.620.3500.32
HSL213.89º45%47.06%-
HSV(B)213.89º62.07%68.24%-
XYZ15.7916.0242.31-
YUV105.9166.4399.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=18.70%
G=32.01%
B=49.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661131740.620.3500.32213.894547.06
Hex4271AE3E23020d62d2f
Octal10216125676430403265557
Binary1000010111000110101110111110100011010000011010110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4271AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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