#446C9B

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

Shades of San Marino #446C9B

Tints of San Marino #446C9B

Color information

#446C9B (or 0x446C9B) is unknown color: approx San Marino. HEX triplet: 44, 6C and 9B. RGB value is (68,108,155). Sum of RGB (Red+Green+Blue) = 68+108+155=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #446C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C9B is #BB9364. Grayscale: #656565. Windows color (decimal): -12292965 or 10185796. OLE color: 10185796.

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

Color convert

RGB68108155-
CMYK0.560.3000.39
HSL212.41º39.01%43.73%-
HSV(B)212.41º56.13%60.78%-
XYZ13.6614.3233.05-
YUV101.4158.25104.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=20.54%
G=32.63%
B=46.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681081550.560.3000.39212.4139.0143.73
Hex446C9B381E027d4272c
Octal10415423370360473244754
Binary100010011011001001101111100011110010011111010100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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