Html Css Color HEX #47709A San Marino

📋 copy color: '#47709A'

red 71 ◦ green 112 ◦ blue 154

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

Shades of San Marino #47709A

Tints of San Marino #47709A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.7%

R = 21.07%
G = 33.23%
B = 45.7%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47709A (or 0x47709A) is known color: San Marino. HEX triplet: 47, 70 and 9A. RGB value is (71,112,154). Sum of RGB (Red+Green+Blue) = 71+112+154=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #47709A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47709A is #B88F65. Grayscale: #686868. Windows color (decimal): -12095334 or 10121287. OLE color: 10121287.

HSL color Cylindrical-coordinate representation of color #47709A: hue angle of 210.36º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47709A is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 112 154 -
CMYK 0.54 0.27 0 0.40
HSL 210.36º 0.37% 0.44% -
HSV(B) 210.36º 0.54% 0.6% -
XYZ 14.23 15.26 32.77 -
YUV 104.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 71 112 154 0.54 0.27 0 0.40 210.36 0.37 0.44
Hex 47 70 9A 36 1B 0 28 D2 25 2C
Octal 107 160 232 66 33 0 50 322 45 54
Binary 1000111 1110000 10011010 110110 11011 0 101000 11010010 100101 101100

Color Harmonies of #47709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47709A

Black with #47709A

Text Example


Text Example

White with #47709A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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