Html Css Color HEX #47779D San Marino

📋 copy color: '#47779D'

red 71 ◦ green 119 ◦ blue 157

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

Shades of San Marino #47779D

Tints of San Marino #47779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 157 (61.72% from 255) = 45.24%

R = 20.46%
G = 34.29%
B = 45.24%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47779D (or 0x47779D) is known color: San Marino. HEX triplet: 47, 77 and 9D. RGB value is (71,119,157). Sum of RGB (Red+Green+Blue) = 71+119+157=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #47779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47779D is #B88862. Grayscale: #6C6C6C. Windows color (decimal): -12093539 or 10319687. OLE color: 10319687.

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

Color convert

RGB 71 119 157 -
CMYK 0.55 0.24 0 0.38
HSL 206.51º 0.38% 0.45% -
HSV(B) 206.51º 0.55% 0.62% -
XYZ 15.28 16.97 34.37 -
YUV 108.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 71 119 157 0.55 0.24 0 0.38 206.51 0.38 0.45
Hex 47 77 9D 37 18 0 26 CF 26 2D
Octal 107 167 235 67 30 0 46 317 46 55
Binary 1000111 1110111 10011101 110111 11000 0 100110 11001111 100110 101101

Color Harmonies of #47779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47779D

Black with #47779D

Text Example


Text Example

White with #47779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47779D; }

 p { color: rgb(71,119,157); }

 H1.HeaderClassName
 {
   color: #47779D;
 }
 .AnyTagClassName
 {
   color: #47779D;
 }
</style>

background-color css

<style>
 a { background-color: #47779D; }

 a { background-color: rgb(71,119,157); }

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

border-color css

<style>
 span { border-color: #47779D; }

 span { border-color: rgb(71,119,157); }

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