#4482BA

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

Shades of Steel Blue #4482BA

Tints of Steel Blue #4482BA

Color information

#4482BA (or 0x4482BA) is unknown color: approx Steel Blue. HEX triplet: 44, 82 and BA. RGB value is (68,130,186). Sum of RGB (Red+Green+Blue) = 68+130+186=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #4482BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4482BA is #BB7D45. Grayscale: #757575. Windows color (decimal): -12287302 or 12223044. OLE color: 12223044.

HSL color Cylindrical-coordinate representation of color #4482BA: hue angle of 208.47º 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 #4482BA is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68130186-
CMYK0.630.3000.27
HSL208.47º46.46%49.8%-
HSV(B)208.47º63.44%72.94%-
XYZ19.2320.7449.44-
YUV117.85166.4692.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.71%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=17.71%
G=33.85%
B=48.44%

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
Decimal681301860.630.3000.27208.4746.4649.8
Hex4482BA3F1E01Bd02e32
Octal10420227277360333205662
Binary100010010000010101110101111111111001101111010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4482BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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