Html Css Color HEX #477299 San Marino

📋 copy color: '#477299'

red 71 ◦ green 114 ◦ blue 153

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

Shades of San Marino #477299

Tints of San Marino #477299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

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

R = 21.01%
G = 33.73%
B = 45.27%

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

#477299 (or 0x477299) is known color: San Marino. HEX triplet: 47, 72 and 99. RGB value is (71,114,153). Sum of RGB (Red+Green+Blue) = 71+114+153=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #477299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477299 is #B88D66. Grayscale: #696969. Windows color (decimal): -12094823 or 10056263. OLE color: 10056263.

HSL color Cylindrical-coordinate representation of color #477299: hue angle of 208.54º 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 #477299 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 114 153 -
CMYK 0.54 0.25 0 0.4
HSL 208.54º 0.37% 0.44% -
HSV(B) 208.54º 0.54% 0.6% -
XYZ 14.37 15.67 32.41 -
YUV 105.59 154.75 103.33 -
System Red Green Blue C M Y K H S L
Decimal 71 114 153 0.54 0.25 0 0.4 208.54 0.37 0.44
Hex 47 72 99 36 19 0 28 D1 25 2C
Octal 107 162 231 66 31 0 50 321 45 54
Binary 1000111 1110010 10011001 110110 11001 0 101000 11010001 100101 101100

Color Harmonies of #477299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477299

Black with #477299

Text Example


Text Example

White with #477299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477299; }

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

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

background-color css

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

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

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

border-color css

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

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

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