#446B9C

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

Shades of San Marino #446B9C

Tints of San Marino #446B9C

Color information

#446B9C (or 0x446B9C) is unknown color: approx San Marino. HEX triplet: 44, 6B and 9C. RGB value is (68,107,156). Sum of RGB (Red+Green+Blue) = 68+107+156=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #446B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446B9C is #BB9463. Grayscale: #646464. Windows color (decimal): -12293220 or 10251076. OLE color: 10251076.

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

Color convert

RGB68107156-
CMYK0.560.3100.39
HSL213.41º39.29%43.92%-
HSV(B)213.41º56.41%61.18%-
XYZ13.6414.1433.46-
YUV100.92159.08104.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=20.54%
G=32.33%
B=47.13%

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
Decimal681071560.560.3100.39213.4139.2943.92
Hex446B9C381F027d5272c
Octal10415323470370473254754
Binary100010011010111001110011100011111010011111010101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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