#4481BA

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

Shades of Steel Blue #4481BA

Tints of Steel Blue #4481BA

Color information

#4481BA (or 0x4481BA) is unknown color: approx Steel Blue. HEX triplet: 44, 81 and BA. RGB value is (68,129,186). Sum of RGB (Red+Green+Blue) = 68+129+186=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #4481BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4481BA is #BB7E45. Grayscale: #747474. Windows color (decimal): -12287558 or 12222788. OLE color: 12222788.

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

Color convert

RGB68129186-
CMYK0.630.3100.27
HSL208.98º46.46%49.8%-
HSV(B)208.98º63.44%72.94%-
XYZ19.120.4749.4-
YUV117.26166.7992.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.75%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=17.75%
G=33.68%
B=48.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681291860.630.3100.27208.9846.4649.8
Hex4481BA3F1F01Bd12e32
Octal10420127277370333215662
Binary100010010000001101110101111111111101101111010001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4481BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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