Html Css Color HEX #47759D San Marino

📋 copy color: '#47759D'

red 71 ◦ green 117 ◦ blue 157

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

Shades of San Marino #47759D

Tints of San Marino #47759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

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

R = 20.58%
G = 33.91%
B = 45.51%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47759D (or 0x47759D) is known color: San Marino. HEX triplet: 47, 75 and 9D. RGB value is (71,117,157). Sum of RGB (Red+Green+Blue) = 71+117+157=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #47759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47759D is #B88A62. Grayscale: #6B6B6B. Windows color (decimal): -12094051 or 10319175. OLE color: 10319175.

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

Color convert

RGB 71 117 157 -
CMYK 0.55 0.25 0 0.38
HSL 207.91º 0.38% 0.45% -
HSV(B) 207.91º 0.55% 0.62% -
XYZ 15.05 16.5 34.29 -
YUV 107.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 71 117 157 0.55 0.25 0 0.38 207.91 0.38 0.45
Hex 47 75 9D 37 19 0 26 D0 26 2D
Octal 107 165 235 67 31 0 46 320 46 55
Binary 1000111 1110101 10011101 110111 11001 0 100110 11010000 100110 101101

Color Harmonies of #47759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47759D

Black with #47759D

Text Example


Text Example

White with #47759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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