Html Css Color HEX #47709E San Marino

📋 copy color: '#47709E'

red 71 ◦ green 112 ◦ blue 158

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

Shades of San Marino #47709E

Tints of San Marino #47709E

RGB

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

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

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

R = 20.82%
G = 32.84%
B = 46.33%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47709E (or 0x47709E) is known color: San Marino. HEX triplet: 47, 70 and 9E. RGB value is (71,112,158). Sum of RGB (Red+Green+Blue) = 71+112+158=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #47709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47709E is #B88F61. Grayscale: #686868. Windows color (decimal): -12095330 or 10383431. OLE color: 10383431.

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

Color convert

RGB 71 112 158 -
CMYK 0.55 0.29 0 0.38
HSL 211.72º 0.38% 0.45% -
HSV(B) 211.72º 0.55% 0.62% -
XYZ 14.56 15.4 34.55 -
YUV 104.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 71 112 158 0.55 0.29 0 0.38 211.72 0.38 0.45
Hex 47 70 9E 37 1D 0 26 D4 26 2D
Octal 107 160 236 67 35 0 46 324 46 55
Binary 1000111 1110000 10011110 110111 11101 0 100110 11010100 100110 101101

Color Harmonies of #47709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47709E

Black with #47709E

Text Example


Text Example

White with #47709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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