#446EA2

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

Shades of San Marino #446EA2

Tints of San Marino #446EA2

Color information

#446EA2 (or 0x446EA2) is unknown color: approx San Marino. HEX triplet: 44, 6E and A2. RGB value is (68,110,162). Sum of RGB (Red+Green+Blue) = 68+110+162=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #446EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446EA2 is #BB915D. Grayscale: #676767. Windows color (decimal): -12292446 or 10645060. OLE color: 10645060.

HSL color Cylindrical-coordinate representation of color #446EA2: hue angle of 213.19º 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 #446EA2 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB68110162-
CMYK0.580.3200.36
HSL213.19º40.87%45.1%-
HSV(B)213.19º58.02%63.53%-
XYZ14.4814.9936.31-
YUV103.37161.09102.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 162 (63.67% from 255) = 47.65%
R=20%
G=32.35%
B=47.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681101620.580.3200.36213.1940.8745.1
Hex446EA23A20024d5292d
Octal10415624272400443255155
Binary1000100110111010100010111010100000010010011010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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