#4680AE

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

Shades of Steel Blue #4680AE

Tints of Steel Blue #4680AE

Color information

#4680AE (or 0x4680AE) is unknown color: approx Steel Blue. HEX triplet: 46, 80 and AE. RGB value is (70,128,174). Sum of RGB (Red+Green+Blue) = 70+128+174=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 128 (50.39% from 255 or 34.41% 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 #4680AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4680AE is #B97F51. Grayscale: #737373. Windows color (decimal): -12156754 or 11436102. OLE color: 11436102.

HSL color Cylindrical-coordinate representation of color #4680AE: hue angle of 206.54º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4680AE is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70128174-
CMYK0.600.2600.32
HSL206.54º42.62%47.84%-
HSV(B)206.54º59.77%68.24%-
XYZ17.8819.842.92-
YUV115.9160.7895.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.82%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=18.82%
G=34.41%
B=46.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701281740.600.2600.32206.5442.6247.84
Hex4680AE3C1A020cf2b30
Octal10620025674320403175360
Binary1000110100000001010111011110011010010000011001111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4680AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,128,174); }

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

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

 a { background-color: rgb(70,128,174); }

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

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

 span { border-color: rgb(70,128,174); }

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