#4683BD

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

Shades of Steel Blue #4683BD

Tints of Steel Blue #4683BD

Color information

#4683BD (or 0x4683BD) is unknown color: approx Steel Blue. HEX triplet: 46, 83 and BD. RGB value is (70,131,189). Sum of RGB (Red+Green+Blue) = 70+131+189=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #4683BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4683BD is #B97C42. Grayscale: #777777. Windows color (decimal): -12155971 or 12419910. OLE color: 12419910.

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

Color convert

RGB70131189-
CMYK0.630.3100.26
HSL209.24º47.41%50.78%-
HSV(B)209.24º62.96%74.12%-
XYZ19.8321.2151.19-
YUV119.37167.2992.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.95%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=17.95%
G=33.59%
B=48.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701311890.630.3100.26209.2447.4150.78
Hex4683BD3F1F01Ad12f33
Octal10620327577370323215763
Binary100011010000011101111011111111111101101011010001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4683BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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