Html Css Color HEX #47739B San Marino

📋 copy color: '#47739B'

red 71 ◦ green 115 ◦ blue 155

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

Shades of San Marino #47739B

Tints of San Marino #47739B

RGB

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

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

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

R = 20.82%
G = 33.72%
B = 45.45%

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

#47739B (or 0x47739B) is known color: San Marino. HEX triplet: 47, 73 and 9B. RGB value is (71,115,155). Sum of RGB (Red+Green+Blue) = 71+115+155=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #47739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47739B is #B88C64. Grayscale: #6A6A6A. Windows color (decimal): -12094565 or 10187591. OLE color: 10187591.

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

Color convert

RGB 71 115 155 -
CMYK 0.54 0.26 0 0.39
HSL 208.57º 0.37% 0.44% -
HSV(B) 208.57º 0.54% 0.61% -
XYZ 14.65 15.97 33.32 -
YUV 106.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 71 115 155 0.54 0.26 0 0.39 208.57 0.37 0.44
Hex 47 73 9B 36 1A 0 27 D1 25 2C
Octal 107 163 233 66 32 0 47 321 45 54
Binary 1000111 1110011 10011011 110110 11010 0 100111 11010001 100101 101100

Color Harmonies of #47739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47739B

Black with #47739B

Text Example


Text Example

White with #47739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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