#446E9C

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

Shades of San Marino #446E9C

Tints of San Marino #446E9C

Color information

#446E9C (or 0x446E9C) is unknown color: approx San Marino. HEX triplet: 44, 6E and 9C. RGB value is (68,110,156). Sum of RGB (Red+Green+Blue) = 68+110+156=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #446E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E9C is #BB9163. Grayscale: #666666. Windows color (decimal): -12292452 or 10251844. OLE color: 10251844.

HSL color Cylindrical-coordinate representation of color #446E9C: hue angle of 211.36º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #446E9C is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68110156-
CMYK0.560.2900.39
HSL211.36º39.29%43.92%-
HSV(B)211.36º56.41%61.18%-
XYZ13.9614.7833.57-
YUV102.69158.09103.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 156 (61.33% from 255) = 46.71%
R=20.36%
G=32.93%
B=46.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681101560.560.2900.39211.3639.2943.92
Hex446E9C381D027d3272c
Octal10415623470350473234754
Binary100010011011101001110011100011101010011111010011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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