#446FBC

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

Shades of Steel Blue #446FBC

Tints of Steel Blue #446FBC

Color information

#446FBC (or 0x446FBC) is unknown color: approx Steel Blue. HEX triplet: 44, 6F and BC. RGB value is (68,111,188). Sum of RGB (Red+Green+Blue) = 68+111+188=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #446FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FBC is #BB9043. Grayscale: #6A6A6A. Windows color (decimal): -12292164 or 12349252. OLE color: 12349252.

HSL color Cylindrical-coordinate representation of color #446FBC: hue angle of 218.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446FBC is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB68111188-
CMYK0.640.4100.26
HSL218.5º47.24%50.2%-
HSV(B)218.5º63.83%73.73%-
XYZ17.1516.2349.81-
YUV106.92173.75100.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 188 (73.83% from 255) = 51.23%
R=18.53%
G=30.25%
B=51.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681111880.640.4100.26218.547.2450.2
Hex446FBC402901Ada2f32
Octal104157274100510323325762
Binary1000100110111110111100100000010100101101011011010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,111,188); }

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

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

 a { background-color: rgb(68,111,188); }

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

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

 span { border-color: rgb(68,111,188); }

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