#446EBF

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

Shades of Steel Blue #446EBF

Tints of Steel Blue #446EBF

Color information

#446EBF (or 0x446EBF) is unknown color: approx Steel Blue. HEX triplet: 44, 6E and BF. RGB value is (68,110,191). Sum of RGB (Red+Green+Blue) = 68+110+191=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #446EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EBF is #BB9140. Grayscale: #6A6A6A. Windows color (decimal): -12292417 or 12545604. OLE color: 12545604.

HSL color Cylindrical-coordinate representation of color #446EBF: hue angle of 219.51º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446EBF is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68110191-
CMYK0.640.4200.25
HSL219.51º49%50.78%-
HSV(B)219.51º64.4%74.9%-
XYZ17.3616.1451.49-
YUV106.68175.59100.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 191 (75% from 255) = 51.76%
R=18.43%
G=29.81%
B=51.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681101910.640.4200.25219.514950.78
Hex446EBF402A019dc3133
Octal104156277100520313346163
Binary1000100110111010111111100000010101001100111011100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,110,191); }

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

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

 a { background-color: rgb(68,110,191); }

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

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

 span { border-color: rgb(68,110,191); }

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