Html Css Color HEX #47709C San Marino

📋 copy color: '#47709C'

red 71 ◦ green 112 ◦ blue 156

#47709C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #47709C

Tints of San Marino #47709C

RGB

 RED value IS 71 (28.13% from 255) = 20.94%

 GREEN value IS 112 (44.14% from 255) = 33.04%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 20.94%
G = 33.04%
B = 46.02%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47709C (or 0x47709C) is known color: San Marino. HEX triplet: 47, 70 and 9C. RGB value is (71,112,156). Sum of RGB (Red+Green+Blue) = 71+112+156=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #47709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47709C is #B88F63. Grayscale: #686868. Windows color (decimal): -12095332 or 10252359. OLE color: 10252359.

HSL color Cylindrical-coordinate representation of color #47709C: hue angle of 211.06º 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 #47709C is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 112 156 -
CMYK 0.54 0.28 0 0.39
HSL 211.06º 0.37% 0.45% -
HSV(B) 211.06º 0.54% 0.61% -
XYZ 14.39 15.33 33.65 -
YUV 104.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 71 112 156 0.54 0.28 0 0.39 211.06 0.37 0.45
Hex 47 70 9C 36 1C 0 27 D3 25 2D
Octal 107 160 234 66 34 0 47 323 45 55
Binary 1000111 1110000 10011100 110110 11100 0 100111 11010011 100101 101101

Color Harmonies of #47709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47709C

Black with #47709C

Text Example


Text Example

White with #47709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47709C;
 }
 .AnyTagClassName
 {
   color: #47709C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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