Html Css Color HEX #47789F San Marino

📋 copy color: '#47789F'

red 71 ◦ green 120 ◦ blue 159

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

Shades of San Marino #47789F

Tints of San Marino #47789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.29%

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

R = 20.29%
G = 34.29%
B = 45.43%

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

#47789F (or 0x47789F) is known color: San Marino. HEX triplet: 47, 78 and 9F. RGB value is (71,120,159). Sum of RGB (Red+Green+Blue) = 71+120+159=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #47789F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47789F is #B88760. Grayscale: #6D6D6D. Windows color (decimal): -12093281 or 10451015. OLE color: 10451015.

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

Color convert

RGB 71 120 159 -
CMYK 0.55 0.25 0 0.38
HSL 206.59º 0.38% 0.45% -
HSV(B) 206.59º 0.55% 0.62% -
XYZ 15.57 17.28 35.31 -
YUV 109.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 71 120 159 0.55 0.25 0 0.38 206.59 0.38 0.45
Hex 47 78 9F 37 19 0 26 CF 26 2D
Octal 107 170 237 67 31 0 46 317 46 55
Binary 1000111 1111000 10011111 110111 11001 0 100110 11001111 100110 101101

Color Harmonies of #47789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47789F

Black with #47789F

Text Example


Text Example

White with #47789F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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