#44749E

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

Shades of San Marino #44749E

Tints of San Marino #44749E

Color information

#44749E (or 0x44749E) is unknown color: approx San Marino. HEX triplet: 44, 74 and 9E. RGB value is (68,116,158). Sum of RGB (Red+Green+Blue) = 68+116+158=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #44749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44749E is #BB8B61. Grayscale: #6A6A6A. Windows color (decimal): -12290914 or 10384452. OLE color: 10384452.

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

Color convert

RGB68116158-
CMYK0.570.2700.38
HSL208º39.82%44.31%-
HSV(B)208º56.96%61.96%-
XYZ14.816.1934.69-
YUV106.44157.1100.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=19.88%
G=33.92%
B=46.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681161580.570.2700.3820839.8244.31
Hex44749E391B026d0282c
Octal10416423671330463205054
Binary100010011101001001111011100111011010011011010000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44749E; }

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

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

<style>
 a { background-color: #44749E; }

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

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

<style>
 span { border-color: #44749E; }

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

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