#47699E

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

Shades of San Marino #47699E

Tints of San Marino #47699E

Color information

#47699E (or 0x47699E) is unknown color: approx San Marino. HEX triplet: 47, 69 and 9E. RGB value is (71,105,158). Sum of RGB (Red+Green+Blue) = 71+105+158=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #47699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47699E is #B89661. Grayscale: #646464. Windows color (decimal): -12097122 or 10381639. OLE color: 10381639.

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

Color convert

RGB71105158-
CMYK0.550.3400.38
HSL216.55º37.99%44.9%-
HSV(B)216.55º55.06%61.96%-
XYZ13.8213.9134.3-
YUV100.88160.24106.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 158 (62.11% from 255) = 47.31%
R=21.26%
G=31.44%
B=47.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711051580.550.3400.38216.5537.9944.9
Hex47699E3722026d9262d
Octal10715123667420463314655
Binary1000111110100110011110110111100010010011011011001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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