#47739B

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

Shades of San Marino #47739B

Tints of San Marino #47739B

Color information

#47739B (or 0x47739B) is unknown color: approx San Marino. HEX triplet: 47, 73 and 9B. RGB value is (71,115,155). Sum of RGB (Red+Green+Blue) = 71+115+155=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #47739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47739B is #B88C64. Grayscale: #6A6A6A. Windows color (decimal): -12094565 or 10187591. OLE color: 10187591.

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

Color convert

RGB71115155-
CMYK0.540.2600.39
HSL208.57º37.17%44.31%-
HSV(B)208.57º54.19%60.78%-
XYZ14.6515.9733.32-
YUV106.4155.42102.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.82%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=20.82%
G=33.72%
B=45.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711151550.540.2600.39208.5737.1744.31
Hex47739B361A027d1252c
Octal10716323366320473214554
Binary100011111100111001101111011011010010011111010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,115,155); }

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

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

 a { background-color: rgb(71,115,155); }

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

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

 span { border-color: rgb(71,115,155); }

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