#47759E

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

Shades of San Marino #47759E

Tints of San Marino #47759E

Color information

#47759E (or 0x47759E) is unknown color: approx San Marino. HEX triplet: 47, 75 and 9E. RGB value is (71,117,158). Sum of RGB (Red+Green+Blue) = 71+117+158=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #47759E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47759E is #B88A61. Grayscale: #6B6B6B. Windows color (decimal): -12094050 or 10384711. OLE color: 10384711.

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

Color convert

RGB71117158-
CMYK0.550.2600.38
HSL208.28º37.99%44.9%-
HSV(B)208.28º55.06%61.96%-
XYZ15.1316.5334.74-
YUV107.92156.26101.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=20.52%
G=33.82%
B=45.66%

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
Decimal711171580.550.2600.38208.2837.9944.9
Hex47759E371A026d0262d
Octal10716523667320463204655
Binary100011111101011001111011011111010010011011010000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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