#44729D

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

Shades of San Marino #44729D

Tints of San Marino #44729D

Color information

#44729D (or 0x44729D) is unknown color: approx San Marino. HEX triplet: 44, 72 and 9D. RGB value is (68,114,157). Sum of RGB (Red+Green+Blue) = 68+114+157=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #44729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44729D is #BB8D62. Grayscale: #686868. Windows color (decimal): -12291427 or 10318404. OLE color: 10318404.

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

Color convert

RGB68114157-
CMYK0.570.2700.38
HSL208.99º39.56%44.12%-
HSV(B)208.99º56.69%61.57%-
XYZ14.4915.734.16-
YUV105.15157.26101.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.06%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 157 (61.72% from 255) = 46.31%
R=20.06%
G=33.63%
B=46.31%

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
Decimal681141570.570.2700.38208.9939.5644.12
Hex44729D391B026d1282c
Octal10416223571330463215054
Binary100010011100101001110111100111011010011011010001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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