#446dba

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

Shades of Steel Blue #446DBA

Tints of Steel Blue #446DBA

Color information

#446DBA (or 0x446DBA) is unknown color: approx Steel Blue. HEX triplet: 44, 6D and BA. RGB value is (68,109,186). Sum of RGB (Red+Green+Blue) = 68+109+186=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #446DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DBA is #BB9245. Grayscale: #696969. Windows color (decimal): -12292678 or 12217668. OLE color: 12217668.

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

Color convert

RGB68109186-
CMYK0.630.4100.27
HSL219.15º46.46%49.8%-
HSV(B)219.15º63.44%72.94%-
XYZ16.7215.7148.61-
YUV105.52173.42101.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.73%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=18.73%
G=30.03%
B=51.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681091860.630.4100.27219.1546.4649.8
Hex446DBA3F2901Bdb2e32
Octal10415527277510333335662
Binary100010011011011011101011111110100101101111011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446dba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446dba; }

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

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

<style>
 a { background-color: #446dba; }

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

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

<style>
 span { border-color: #446dba; }

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

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