#47769C

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

Shades of San Marino #47769C

Tints of San Marino #47769C

Color information

#47769C (or 0x47769C) is unknown color: approx San Marino. HEX triplet: 47, 76 and 9C. RGB value is (71,118,156). Sum of RGB (Red+Green+Blue) = 71+118+156=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #47769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47769C is #B88963. Grayscale: #6C6C6C. Windows color (decimal): -12093796 or 10253895. OLE color: 10253895.

HSL color Cylindrical-coordinate representation of color #47769C: hue angle of 206.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47769C is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71118156-
CMYK0.540.2400.39
HSL206.82º37.44%44.51%-
HSV(B)206.82º54.49%61.18%-
XYZ15.0816.733.88-
YUV108.28154.93101.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=20.58%
G=34.20%
B=45.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711181560.540.2400.39206.8237.4444.51
Hex47769C3618027cf252d
Octal10716623466300473174555
Binary100011111101101001110011011011000010011111001111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47769C; }

 p { color: rgb(71,118,156); }

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

<style>
 a { background-color: #47769C; }

 a { background-color: rgb(71,118,156); }

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

<style>
 span { border-color: #47769C; }

 span { border-color: rgb(71,118,156); }

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