#44759D

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

Shades of San Marino #44759D

Tints of San Marino #44759D

Color information

#44759D (or 0x44759D) is unknown color: approx San Marino. HEX triplet: 44, 75 and 9D. RGB value is (68,117,157). Sum of RGB (Red+Green+Blue) = 68+117+157=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #44759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44759D is #BB8A62. Grayscale: #6A6A6A. Windows color (decimal): -12290659 or 10319172. OLE color: 10319172.

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

Color convert

RGB68117157-
CMYK0.570.2500.38
HSL206.97º39.56%44.12%-
HSV(B)206.97º56.69%61.57%-
XYZ14.8316.3934.28-
YUV106.91156.27100.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=19.88%
G=34.21%
B=45.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681171570.570.2500.38206.9739.5644.12
Hex44759D3919026cf282c
Octal10416523571310463175054
Binary100010011101011001110111100111001010011011001111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44759D; }

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

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

<style>
 a { background-color: #44759D; }

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

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

<style>
 span { border-color: #44759D; }

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

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