Html Css Color HEX #47709B San Marino

📋 copy color: '#47709B'

red 71 ◦ green 112 ◦ blue 155

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

Shades of San Marino #47709B

Tints of San Marino #47709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 21.01%
G = 33.14%
B = 45.86%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47709B (or 0x47709B) is known color: San Marino. HEX triplet: 47, 70 and 9B. RGB value is (71,112,155). Sum of RGB (Red+Green+Blue) = 71+112+155=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #47709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47709B is #B88F64. Grayscale: #686868. Windows color (decimal): -12095333 or 10186823. OLE color: 10186823.

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

Color convert

RGB 71 112 155 -
CMYK 0.54 0.28 0 0.39
HSL 210.71º 0.37% 0.44% -
HSV(B) 210.71º 0.54% 0.61% -
XYZ 14.31 15.29 33.21 -
YUV 104.64 156.42 104 -
System Red Green Blue C M Y K H S L
Decimal 71 112 155 0.54 0.28 0 0.39 210.71 0.37 0.44
Hex 47 70 9B 36 1C 0 27 D3 25 2C
Octal 107 160 233 66 34 0 47 323 45 54
Binary 1000111 1110000 10011011 110110 11100 0 100111 11010011 100101 101100

Color Harmonies of #47709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47709B

Black with #47709B

Text Example


Text Example

White with #47709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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