#4483BA

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

Shades of Steel Blue #4483BA

Tints of Steel Blue #4483BA

Color information

#4483BA (or 0x4483BA) is unknown color: approx Steel Blue. HEX triplet: 44, 83 and BA. RGB value is (68,131,186). Sum of RGB (Red+Green+Blue) = 68+131+186=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #4483BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4483BA is #BB7C45. Grayscale: #767676. Windows color (decimal): -12287046 or 12223300. OLE color: 12223300.

HSL color Cylindrical-coordinate representation of color #4483BA: hue angle of 207.97º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4483BA is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68131186-
CMYK0.630.3000.27
HSL207.97º46.46%49.8%-
HSV(B)207.97º63.44%72.94%-
XYZ19.3621.0149.49-
YUV118.43166.1392.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.66%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=17.66%
G=34.03%
B=48.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681311860.630.3000.27207.9746.4649.8
Hex4483BA3F1E01Bd02e32
Octal10420327277360333205662
Binary100010010000011101110101111111111001101111010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4483BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4483BA; }

 p { color: rgb(68,131,186); }

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

<style>
 a { background-color: #4483BA; }

 a { background-color: rgb(68,131,186); }

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

<style>
 span { border-color: #4483BA; }

 span { border-color: rgb(68,131,186); }

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