#44709B

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

Shades of San Marino #44709B

Tints of San Marino #44709B

Color information

#44709B (or 0x44709B) is unknown color: approx San Marino. HEX triplet: 44, 70 and 9B. RGB value is (68,112,155). Sum of RGB (Red+Green+Blue) = 68+112+155=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #44709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44709B is #BB8F64. Grayscale: #676767. Windows color (decimal): -12291941 or 10186820. OLE color: 10186820.

HSL color Cylindrical-coordinate representation of color #44709B: hue angle of 209.66º 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 #44709B is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68112155-
CMYK0.560.2800.39
HSL209.66º39.01%43.73%-
HSV(B)209.66º56.13%60.78%-
XYZ14.0915.1833.2-
YUV103.75156.92102.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=20.30%
G=33.43%
B=46.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681121550.560.2800.39209.6639.0143.73
Hex44709B381C027d2272c
Octal10416023370340473224754
Binary100010011100001001101111100011100010011111010010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44709B; }

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

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

<style>
 a { background-color: #44709B; }

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

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

<style>
 span { border-color: #44709B; }

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

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