#446DA2

Color #446DA2 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #446DA2

Tints of San Marino #446DA2

Color information

#446DA2 (or 0x446DA2) is unknown color: approx San Marino. HEX triplet: 44, 6D and A2. RGB value is (68,109,162). Sum of RGB (Red+Green+Blue) = 68+109+162=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #446DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446DA2 is #BB925D. Grayscale: #666666. Windows color (decimal): -12292702 or 10644804. OLE color: 10644804.

HSL color Cylindrical-coordinate representation of color #446DA2: hue angle of 213.83º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #446DA2 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB68109162-
CMYK0.580.3300.36
HSL213.83º40.87%45.1%-
HSV(B)213.83º58.02%63.53%-
XYZ14.3714.7736.28-
YUV102.78161.42103.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.06%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 162 (63.67% from 255) = 47.79%
R=20.06%
G=32.15%
B=47.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681091620.580.3300.36213.8340.8745.1
Hex446DA23A21024d6292d
Octal10415524272410443265155
Binary1000100110110110100010111010100001010010011010110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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