Html Css Color HEX #47739C San Marino

📋 copy color: '#47739C'

red 71 ◦ green 115 ◦ blue 156

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

Shades of San Marino #47739C

Tints of San Marino #47739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.63%

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

R = 20.76%
G = 33.63%
B = 45.61%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47739C (or 0x47739C) is known color: San Marino. HEX triplet: 47, 73 and 9C. RGB value is (71,115,156). Sum of RGB (Red+Green+Blue) = 71+115+156=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #47739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47739C is #B88C63. Grayscale: #6A6A6A. Windows color (decimal): -12094564 or 10253127. OLE color: 10253127.

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

Color convert

RGB 71 115 156 -
CMYK 0.54 0.26 0 0.39
HSL 208.94º 0.37% 0.45% -
HSV(B) 208.94º 0.54% 0.61% -
XYZ 14.73 16 33.76 -
YUV 106.52 155.92 102.67 -
System Red Green Blue C M Y K H S L
Decimal 71 115 156 0.54 0.26 0 0.39 208.94 0.37 0.45
Hex 47 73 9C 36 1A 0 27 D1 25 2D
Octal 107 163 234 66 32 0 47 321 45 55
Binary 1000111 1110011 10011100 110110 11010 0 100111 11010001 100101 101101

Color Harmonies of #47739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47739C

Black with #47739C

Text Example


Text Example

White with #47739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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