Html Css Color HEX #47729F San Marino

📋 copy color: '#47729F'

red 71 ◦ green 114 ◦ blue 159

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

Shades of San Marino #47729F

Tints of San Marino #47729F

RGB

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

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

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

R = 20.64%
G = 33.14%
B = 46.22%

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

#47729F (or 0x47729F) is known color: San Marino. HEX triplet: 47, 72 and 9F. RGB value is (71,114,159). Sum of RGB (Red+Green+Blue) = 71+114+159=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #47729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47729F is #B88D60. Grayscale: #6A6A6A. Windows color (decimal): -12094817 or 10449479. OLE color: 10449479.

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

Color convert

RGB 71 114 159 -
CMYK 0.55 0.28 0 0.38
HSL 210.68º 0.38% 0.45% -
HSV(B) 210.68º 0.55% 0.62% -
XYZ 14.87 15.88 35.08 -
YUV 106.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 71 114 159 0.55 0.28 0 0.38 210.68 0.38 0.45
Hex 47 72 9F 37 1C 0 26 D3 26 2D
Octal 107 162 237 67 34 0 46 323 46 55
Binary 1000111 1110010 10011111 110111 11100 0 100110 11010011 100110 101101

Color Harmonies of #47729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47729F

Black with #47729F

Text Example


Text Example

White with #47729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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