#47729D

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

Shades of San Marino #47729D

Tints of San Marino #47729D

Color information

#47729D (or 0x47729D) is unknown color: approx San Marino. HEX triplet: 47, 72 and 9D. RGB value is (71,114,157). Sum of RGB (Red+Green+Blue) = 71+114+157=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 114 (44.92% from 255 or 33.33% 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 #47729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47729D is #B88D62. Grayscale: #696969. Windows color (decimal): -12094819 or 10318407. OLE color: 10318407.

HSL color Cylindrical-coordinate representation of color #47729D: hue angle of 210º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47729D is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71114157-
CMYK0.550.2700.38
HSL210º37.72%44.71%-
HSV(B)210º54.78%61.57%-
XYZ14.715.8134.17-
YUV106.04156.75103-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=20.76%
G=33.33%
B=45.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711141570.550.2700.3821037.7244.71
Hex47729D371B026d2262d
Octal10716223567330463224655
Binary100011111100101001110111011111011010011011010010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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