#4680AB

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

Shades of Steel Blue #4680AB

Tints of Steel Blue #4680AB

Color information

#4680AB (or 0x4680AB) is unknown color: approx Steel Blue. HEX triplet: 46, 80 and AB. RGB value is (70,128,171). Sum of RGB (Red+Green+Blue) = 70+128+171=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #4680AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4680AB is #B97F54. Grayscale: #737373. Windows color (decimal): -12156757 or 11239494. OLE color: 11239494.

HSL color Cylindrical-coordinate representation of color #4680AB: hue angle of 205.54º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4680AB is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70128171-
CMYK0.590.2500.33
HSL205.54º41.91%47.25%-
HSV(B)205.54º59.06%67.06%-
XYZ17.619.6841.4-
YUV115.56159.2895.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=18.97%
G=34.69%
B=46.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701281710.590.2500.33205.5441.9147.25
Hex4680AB3B19021ce2a2f
Octal10620025373310413165257
Binary1000110100000001010101111101111001010000111001110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4680AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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