Html Css Color HEX #47759C San Marino

📋 copy color: '#47759C'

red 71 ◦ green 117 ◦ blue 156

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

Shades of San Marino #47759C

Tints of San Marino #47759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 20.64%
G = 34.01%
B = 45.35%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47759C (or 0x47759C) is known color: San Marino. HEX triplet: 47, 75 and 9C. RGB value is (71,117,156). Sum of RGB (Red+Green+Blue) = 71+117+156=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #47759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47759C is #B88A63. Grayscale: #6B6B6B. Windows color (decimal): -12094052 or 10253639. OLE color: 10253639.

HSL color Cylindrical-coordinate representation of color #47759C: hue angle of 207.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47759C is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 117 156 -
CMYK 0.54 0.25 0 0.39
HSL 207.53º 0.37% 0.45% -
HSV(B) 207.53º 0.54% 0.61% -
XYZ 14.96 16.46 33.84 -
YUV 107.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 71 117 156 0.54 0.25 0 0.39 207.53 0.37 0.45
Hex 47 75 9C 36 19 0 27 D0 25 2D
Octal 107 165 234 66 31 0 47 320 45 55
Binary 1000111 1110101 10011100 110110 11001 0 100111 11010000 100101 101101

Color Harmonies of #47759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47759C

Black with #47759C

Text Example


Text Example

White with #47759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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