Html Css Color HEX #47719F San Marino

📋 copy color: '#47719F'

red 71 ◦ green 113 ◦ blue 159

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

Shades of San Marino #47719F

Tints of San Marino #47719F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.36%

R = 20.7%
G = 32.94%
B = 46.36%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47719F (or 0x47719F) is known color: San Marino. HEX triplet: 47, 71 and 9F. RGB value is (71,113,159). Sum of RGB (Red+Green+Blue) = 71+113+159=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #47719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47719F is #B88E60. Grayscale: #696969. Windows color (decimal): -12095073 or 10449223. OLE color: 10449223.

HSL color Cylindrical-coordinate representation of color #47719F: hue angle of 211.36º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47719F is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 113 159 -
CMYK 0.55 0.29 0 0.38
HSL 211.36º 0.38% 0.45% -
HSV(B) 211.36º 0.55% 0.62% -
XYZ 14.76 15.65 35.04 -
YUV 105.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 71 113 159 0.55 0.29 0 0.38 211.36 0.38 0.45
Hex 47 71 9F 37 1D 0 26 D3 26 2D
Octal 107 161 237 67 35 0 46 323 46 55
Binary 1000111 1110001 10011111 110111 11101 0 100110 11010011 100110 101101

Color Harmonies of #47719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47719F

Black with #47719F

Text Example


Text Example

White with #47719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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