#446EA3

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

Shades of San Marino #446EA3

Tints of San Marino #446EA3

Color information

#446EA3 (or 0x446EA3) is unknown color: approx San Marino. HEX triplet: 44, 6E and A3. RGB value is (68,110,163). Sum of RGB (Red+Green+Blue) = 68+110+163=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 163 - color contains mainly: blue. Hex color #446EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446EA3 is #BB915C. Grayscale: #676767. Windows color (decimal): -12292445 or 10710596. OLE color: 10710596.

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

Color convert

RGB68110163-
CMYK0.580.3300.36
HSL213.47º41.13%45.29%-
HSV(B)213.47º58.28%63.92%-
XYZ14.5715.0336.78-
YUV103.48161.59102.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 163 (64.06% from 255) = 47.80%
R=19.94%
G=32.26%
B=47.80%

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
Decimal681101630.580.3300.36213.4741.1345.29
Hex446EA33A21024d5292d
Octal10415624372410443255155
Binary1000100110111010100011111010100001010010011010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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