Html Css Color HEX #47729E San Marino

📋 copy color: '#47729E'

red 71 ◦ green 114 ◦ blue 158

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

Shades of San Marino #47729E

Tints of San Marino #47729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

 BLUE value IS 158 (62.11% from 255) = 46.06%

R = 20.7%
G = 33.24%
B = 46.06%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47729E (or 0x47729E) is known color: San Marino. HEX triplet: 47, 72 and 9E. RGB value is (71,114,158). Sum of RGB (Red+Green+Blue) = 71+114+158=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #47729E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47729E is #B88D61. Grayscale: #696969. Windows color (decimal): -12094818 or 10383943. OLE color: 10383943.

HSL color Cylindrical-coordinate representation of color #47729E: hue angle of 210.34º 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 #47729E is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 114 158 -
CMYK 0.55 0.28 0 0.38
HSL 210.34º 0.38% 0.45% -
HSV(B) 210.34º 0.55% 0.62% -
XYZ 14.79 15.84 34.63 -
YUV 106.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 71 114 158 0.55 0.28 0 0.38 210.34 0.38 0.45
Hex 47 72 9E 37 1C 0 26 D2 26 2D
Octal 107 162 236 67 34 0 46 322 46 55
Binary 1000111 1110010 10011110 110111 11100 0 100110 11010010 100110 101101

Color Harmonies of #47729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47729E

Black with #47729E

Text Example


Text Example

White with #47729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47729E; }

 p { color: rgb(71,114,158); }

 H1.HeaderClassName
 {
   color: #47729E;
 }
 .AnyTagClassName
 {
   color: #47729E;
 }
</style>

background-color css

<style>
 a { background-color: #47729E; }

 a { background-color: rgb(71,114,158); }

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

border-color css

<style>
 span { border-color: #47729E; }

 span { border-color: rgb(71,114,158); }

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