#4681AD

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

Shades of Steel Blue #4681AD

Tints of Steel Blue #4681AD

Color information

#4681AD (or 0x4681AD) is unknown color: approx Steel Blue. HEX triplet: 46, 81 and AD. RGB value is (70,129,173). Sum of RGB (Red+Green+Blue) = 70+129+173=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #4681AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4681AD is #B97E52. Grayscale: #747474. Windows color (decimal): -12156499 or 11370822. OLE color: 11370822.

HSL color Cylindrical-coordinate representation of color #4681AD: hue angle of 205.63º degrees, saturation: 0.42, 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 #4681AD is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70129173-
CMYK0.600.2500.32
HSL205.63º42.39%47.65%-
HSV(B)205.63º59.54%67.84%-
XYZ17.9220.0242.45-
YUV116.38159.9594.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.82%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=18.82%
G=34.68%
B=46.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701291730.600.2500.32205.6342.3947.65
Hex4681AD3C19020ce2a30
Octal10620125574310403165260
Binary1000110100000011010110111110011001010000011001110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4681AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4681AD; }

 p { color: rgb(70,129,173); }

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

<style>
 a { background-color: #4681AD; }

 a { background-color: rgb(70,129,173); }

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

<style>
 span { border-color: #4681AD; }

 span { border-color: rgb(70,129,173); }

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