#446C9E

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

Shades of San Marino #446C9E

Tints of San Marino #446C9E

Color information

#446C9E (or 0x446C9E) is unknown color: approx San Marino. HEX triplet: 44, 6C and 9E. RGB value is (68,108,158). Sum of RGB (Red+Green+Blue) = 68+108+158=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #446C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C9E is #BB9361. Grayscale: #656565. Windows color (decimal): -12292962 or 10382404. OLE color: 10382404.

HSL color Cylindrical-coordinate representation of color #446C9E: hue angle of 213.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #446C9E is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68108158-
CMYK0.570.3200.38
HSL213.33º39.82%44.31%-
HSV(B)213.33º56.96%61.96%-
XYZ13.9214.4234.4-
YUV101.74159.75103.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 158 (62.11% from 255) = 47.31%
R=20.36%
G=32.34%
B=47.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681081580.570.3200.38213.3339.8244.31
Hex446C9E3920026d5282c
Octal10415423671400463255054
Binary1000100110110010011110111001100000010011011010101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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