#4683BE

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

Shades of Steel Blue #4683BE

Tints of Steel Blue #4683BE

Color information

#4683BE (or 0x4683BE) is unknown color: approx Steel Blue. HEX triplet: 46, 83 and BE. RGB value is (70,131,190). Sum of RGB (Red+Green+Blue) = 70+131+190=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #4683BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4683BE is #B97C41. Grayscale: #777777. Windows color (decimal): -12155970 or 12485446. OLE color: 12485446.

HSL color Cylindrical-coordinate representation of color #4683BE: hue angle of 209.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4683BE is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB70131190-
CMYK0.630.3100.25
HSL209.5º48%50.98%-
HSV(B)209.5º63.16%74.51%-
XYZ19.9421.2551.77-
YUV119.49167.7992.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.90%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=17.90%
G=33.50%
B=48.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701311900.630.3100.25209.54850.98
Hex4683BE3F1F019d23033
Octal10620327677370313226063
Binary100011010000011101111101111111111101100111010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4683BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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