#446C9C

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

Shades of San Marino #446C9C

Tints of San Marino #446C9C

Color information

#446C9C (or 0x446C9C) is unknown color: approx San Marino. HEX triplet: 44, 6C and 9C. RGB value is (68,108,156). Sum of RGB (Red+Green+Blue) = 68+108+156=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #446C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C9C is #BB9363. Grayscale: #656565. Windows color (decimal): -12292964 or 10251332. OLE color: 10251332.

HSL color Cylindrical-coordinate representation of color #446C9C: hue angle of 212.73º 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 #446C9C is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68108156-
CMYK0.560.3100.39
HSL212.73º39.29%43.92%-
HSV(B)212.73º56.41%61.18%-
XYZ13.7514.3533.5-
YUV101.51158.75104.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=20.48%
G=32.53%
B=46.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681081560.560.3100.39212.7339.2943.92
Hex446C9C381F027d5272c
Octal10415423470370473254754
Binary100010011011001001110011100011111010011111010101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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