#446F9C

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

Shades of San Marino #446F9C

Tints of San Marino #446F9C

Color information

#446F9C (or 0x446F9C) is unknown color: approx San Marino. HEX triplet: 44, 6F and 9C. RGB value is (68,111,156). Sum of RGB (Red+Green+Blue) = 68+111+156=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #446F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F9C is #BB9063. Grayscale: #676767. Windows color (decimal): -12292196 or 10252100. OLE color: 10252100.

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

Color convert

RGB68111156-
CMYK0.560.2900.39
HSL210.68º39.29%43.92%-
HSV(B)210.68º56.41%61.18%-
XYZ14.071533.61-
YUV103.27157.75102.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=20.30%
G=33.13%
B=46.57%

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
Decimal681111560.560.2900.39210.6839.2943.92
Hex446F9C381D027d3272c
Octal10415723470350473234754
Binary100010011011111001110011100011101010011111010011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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