#446f9d

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

Shades of San Marino #446F9D

Tints of San Marino #446F9D

Color information

#446F9D (or 0x446F9D) is unknown color: approx San Marino. HEX triplet: 44, 6F and 9D. RGB value is (68,111,157). Sum of RGB (Red+Green+Blue) = 68+111+157=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #446F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F9D is #BB9062. Grayscale: #676767. Windows color (decimal): -12292195 or 10317636. OLE color: 10317636.

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

Color convert

RGB68111157-
CMYK0.570.2900.38
HSL211.01º39.56%44.12%-
HSV(B)211.01º56.69%61.57%-
XYZ14.1515.0334.05-
YUV103.39158.25102.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.24%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 157 (61.72% from 255) = 46.73%
R=20.24%
G=33.04%
B=46.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681111570.570.2900.38211.0139.5644.12
Hex446F9D391D026d3282c
Octal10415723571350463235054
Binary100010011011111001110111100111101010011011010011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446f9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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