#4683AE

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

Shades of Steel Blue #4683AE

Tints of Steel Blue #4683AE

Color information

#4683AE (or 0x4683AE) is unknown color: approx Steel Blue. HEX triplet: 46, 83 and AE. RGB value is (70,131,174). Sum of RGB (Red+Green+Blue) = 70+131+174=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #4683AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4683AE is #B97C51. Grayscale: #757575. Windows color (decimal): -12155986 or 11436870. OLE color: 11436870.

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

Color convert

RGB70131174-
CMYK0.600.2500.32
HSL204.81º42.62%47.84%-
HSV(B)204.81º59.77%68.24%-
XYZ18.2820.5943.06-
YUV117.66159.7994-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=18.67%
G=34.93%
B=46.4%

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
Decimal701311740.600.2500.32204.8142.6247.84
Hex4683AE3C19020cd2b30
Octal10620325674310403155360
Binary1000110100000111010111011110011001010000011001101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4683AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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