Html Css Color HEX #47719B San Marino

📋 copy color: '#47719B'

red 71 ◦ green 113 ◦ blue 155

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

Shades of San Marino #47719B

Tints of San Marino #47719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 20.94%
G = 33.33%
B = 45.72%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47719B (or 0x47719B) is known color: San Marino. HEX triplet: 47, 71 and 9B. RGB value is (71,113,155). Sum of RGB (Red+Green+Blue) = 71+113+155=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #47719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47719B is #B88E64. Grayscale: #696969. Windows color (decimal): -12095077 or 10187079. OLE color: 10187079.

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

Color convert

RGB 71 113 155 -
CMYK 0.54 0.27 0 0.39
HSL 210º 0.37% 0.44% -
HSV(B) 210º 0.54% 0.61% -
XYZ 14.42 15.52 33.25 -
YUV 105.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 71 113 155 0.54 0.27 0 0.39 210 0.37 0.44
Hex 47 71 9B 36 1B 0 27 D2 25 2C
Octal 107 161 233 66 33 0 47 322 45 54
Binary 1000111 1110001 10011011 110110 11011 0 100111 11010010 100101 101100

Color Harmonies of #47719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47719B

Black with #47719B

Text Example


Text Example

White with #47719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47719B; }

 p { color: rgb(71,113,155); }

 H1.HeaderClassName
 {
   color: #47719B;
 }
 .AnyTagClassName
 {
   color: #47719B;
 }
</style>

background-color css

<style>
 a { background-color: #47719B; }

 a { background-color: rgb(71,113,155); }

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

border-color css

<style>
 span { border-color: #47719B; }

 span { border-color: rgb(71,113,155); }

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