#47779F

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

Shades of San Marino #47779F

Tints of San Marino #47779F

Color information

#47779F (or 0x47779F) is unknown color: approx San Marino. HEX triplet: 47, 77 and 9F. RGB value is (71,119,159). Sum of RGB (Red+Green+Blue) = 71+119+159=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #47779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47779F is #B88860. Grayscale: #6C6C6C. Windows color (decimal): -12093537 or 10450759. OLE color: 10450759.

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

Color convert

RGB71119159-
CMYK0.550.2500.38
HSL207.27º38.26%45.1%-
HSV(B)207.27º55.35%62.35%-
XYZ15.4517.0435.27-
YUV109.21156.1100.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.34%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=20.34%
G=34.10%
B=45.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711191590.550.2500.38207.2738.2645.1
Hex47779F3719026cf262d
Octal10716723767310463174655
Binary100011111101111001111111011111001010011011001111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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