#47749A

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

Shades of San Marino #47749A

Tints of San Marino #47749A

Color information

#47749A (or 0x47749A) is unknown color: approx San Marino. HEX triplet: 47, 74 and 9A. RGB value is (71,116,154). Sum of RGB (Red+Green+Blue) = 71+116+154=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #47749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47749A is #B88B65. Grayscale: #6A6A6A. Windows color (decimal): -12094310 or 10122311. OLE color: 10122311.

HSL color Cylindrical-coordinate representation of color #47749A: hue angle of 207.47º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47749A is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB71116154-
CMYK0.540.2500.40
HSL207.47º36.89%44.12%-
HSV(B)207.47º53.9%60.39%-
XYZ14.6816.1632.92-
YUV106.88154.59102.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.82%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=20.82%
G=34.02%
B=45.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711161540.540.2500.40207.4736.8944.12
Hex47749A3619028cf252c
Octal10716423266310503174554
Binary100011111101001001101011011011001010100011001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47749A; }

 p { color: rgb(71,116,154); }

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

<style>
 a { background-color: #47749A; }

 a { background-color: rgb(71,116,154); }

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

<style>
 span { border-color: #47749A; }

 span { border-color: rgb(71,116,154); }

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