#44729C

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

Shades of San Marino #44729C

Tints of San Marino #44729C

Color information

#44729C (or 0x44729C) is unknown color: approx San Marino. HEX triplet: 44, 72 and 9C. RGB value is (68,114,156). Sum of RGB (Red+Green+Blue) = 68+114+156=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #44729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44729C is #BB8D63. Grayscale: #686868. Windows color (decimal): -12291428 or 10252868. OLE color: 10252868.

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

Color convert

RGB68114156-
CMYK0.560.2700.39
HSL208.64º39.29%43.92%-
HSV(B)208.64º56.41%61.18%-
XYZ14.415.6633.72-
YUV105.03156.76101.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 156 (61.33% from 255) = 46.15%
R=20.12%
G=33.73%
B=46.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681141560.560.2700.39208.6439.2943.92
Hex44729C381B027d1272c
Octal10416223470330473214754
Binary100010011100101001110011100011011010011111010001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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