#47729A

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

Shades of San Marino #47729A

Tints of San Marino #47729A

Color information

#47729A (or 0x47729A) is unknown color: approx San Marino. HEX triplet: 47, 72 and 9A. RGB value is (71,114,154). Sum of RGB (Red+Green+Blue) = 71+114+154=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #47729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47729A is #B88D65. Grayscale: #696969. Windows color (decimal): -12094822 or 10121799. OLE color: 10121799.

HSL color Cylindrical-coordinate representation of color #47729A: hue angle of 208.92º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47729A is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB71114154-
CMYK0.540.2600.40
HSL208.92º36.89%44.12%-
HSV(B)208.92º53.9%60.39%-
XYZ14.4515.7132.84-
YUV105.7155.25103.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.94%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=20.94%
G=33.63%
B=45.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711141540.540.2600.40208.9236.8944.12
Hex47729A361A028d1252c
Octal10716223266320503214554
Binary100011111100101001101011011011010010100011010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47729A; }

 p { color: rgb(71,114,154); }

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

<style>
 a { background-color: #47729A; }

 a { background-color: rgb(71,114,154); }

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

<style>
 span { border-color: #47729A; }

 span { border-color: rgb(71,114,154); }

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