Html Css Color HEX #477399 San Marino

📋 copy color: '#477399'

red 71 ◦ green 115 ◦ blue 153

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

Shades of San Marino #477399

Tints of San Marino #477399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.92%

 BLUE value IS 153 (60.16% from 255) = 45.13%

R = 20.94%
G = 33.92%
B = 45.13%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#477399 (or 0x477399) is known color: San Marino. HEX triplet: 47, 73 and 99. RGB value is (71,115,153). Sum of RGB (Red+Green+Blue) = 71+115+153=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #477399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477399 is #B88C66. Grayscale: #696969. Windows color (decimal): -12094567 or 10056519. OLE color: 10056519.

HSL color Cylindrical-coordinate representation of color #477399: hue angle of 207.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477399 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 115 153 -
CMYK 0.54 0.25 0 0.4
HSL 207.8º 0.37% 0.44% -
HSV(B) 207.8º 0.54% 0.6% -
XYZ 14.48 15.9 32.44 -
YUV 106.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 71 115 153 0.54 0.25 0 0.4 207.8 0.37 0.44
Hex 47 73 99 36 19 0 28 D0 25 2C
Octal 107 163 231 66 31 0 50 320 45 54
Binary 1000111 1110011 10011001 110110 11001 0 101000 11010000 100101 101100

Color Harmonies of #477399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477399

Black with #477399

Text Example


Text Example

White with #477399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477399; }

 p { color: rgb(71,115,153); }

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

background-color css

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

 a { background-color: rgb(71,115,153); }

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

border-color css

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

 span { border-color: rgb(71,115,153); }

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