#47759F

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

Shades of San Marino #47759F

Tints of San Marino #47759F

Color information

#47759F (or 0x47759F) is unknown color: approx San Marino. HEX triplet: 47, 75 and 9F. RGB value is (71,117,159). Sum of RGB (Red+Green+Blue) = 71+117+159=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #47759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47759F is #B88A60. Grayscale: #6B6B6B. Windows color (decimal): -12094049 or 10450247. OLE color: 10450247.

HSL color Cylindrical-coordinate representation of color #47759F: hue angle of 208.64º 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 #47759F is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71117159-
CMYK0.550.2600.38
HSL208.64º38.26%45.1%-
HSV(B)208.64º55.35%62.35%-
XYZ15.2216.5735.2-
YUV108.03156.76101.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=20.46%
G=33.72%
B=45.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711171590.550.2600.38208.6438.2645.1
Hex47759F371A026d1262d
Octal10716523767320463214655
Binary100011111101011001111111011111010010011011010001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47759F; }

 p { color: rgb(71,117,159); }

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

<style>
 a { background-color: #47759F; }

 a { background-color: rgb(71,117,159); }

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

<style>
 span { border-color: #47759F; }

 span { border-color: rgb(71,117,159); }

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