Html Css Color HEX #47769F San Marino

📋 copy color: '#47769F'

red 71 ◦ green 118 ◦ blue 159

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

Shades of San Marino #47769F

Tints of San Marino #47769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 159 (62.5% from 255) = 45.69%

R = 20.4%
G = 33.91%
B = 45.69%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47769F (or 0x47769F) is known color: San Marino. HEX triplet: 47, 76 and 9F. RGB value is (71,118,159). Sum of RGB (Red+Green+Blue) = 71+118+159=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #47769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47769F is #B88960. Grayscale: #6C6C6C. Windows color (decimal): -12093793 or 10450503. OLE color: 10450503.

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

Color convert

RGB 71 118 159 -
CMYK 0.55 0.26 0 0.38
HSL 207.95º 0.38% 0.45% -
HSV(B) 207.95º 0.55% 0.62% -
XYZ 15.33 16.8 35.24 -
YUV 108.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 71 118 159 0.55 0.26 0 0.38 207.95 0.38 0.45
Hex 47 76 9F 37 1A 0 26 D0 26 2D
Octal 107 166 237 67 32 0 46 320 46 55
Binary 1000111 1110110 10011111 110111 11010 0 100110 11010000 100110 101101

Color Harmonies of #47769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47769F

Black with #47769F

Text Example


Text Example

White with #47769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47769F; }

 p { color: rgb(71,118,159); }

 H1.HeaderClassName
 {
   color: #47769F;
 }
 .AnyTagClassName
 {
   color: #47769F;
 }
</style>

background-color css

<style>
 a { background-color: #47769F; }

 a { background-color: rgb(71,118,159); }

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

border-color css

<style>
 span { border-color: #47769F; }

 span { border-color: rgb(71,118,159); }

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