#446c99

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

Shades of San Marino #446C99

Tints of San Marino #446C99

Color information

#446C99 (or 0x446C99) is unknown color: approx San Marino. HEX triplet: 44, 6C and 99. RGB value is (68,108,153). Sum of RGB (Red+Green+Blue) = 68+108+153=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #446C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C99 is #BB9366. Grayscale: #646464. Windows color (decimal): -12292967 or 10054724. OLE color: 10054724.

HSL color Cylindrical-coordinate representation of color #446C99: hue angle of 211.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #446C99 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB68108153-
CMYK0.560.2900.4
HSL211.76º38.46%43.33%-
HSV(B)211.76º55.56%60%-
XYZ13.514.2532.18-
YUV101.17157.25104.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=20.67%
G=32.83%
B=46.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681081530.560.2900.4211.7638.4643.33
Hex446C99381D028d4262b
Octal10415423170350503244653
Binary100010011011001001100111100011101010100011010100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446c99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,108,153); }

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

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

 a { background-color: rgb(68,108,153); }

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

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

 span { border-color: rgb(68,108,153); }

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