Html Css Color HEX #477198 San Marino

📋 copy color: '#477198'

red 71 ◦ green 113 ◦ blue 152

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

Shades of San Marino #477198

Tints of San Marino #477198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

 BLUE value IS 152 (59.77% from 255) = 45.24%

R = 21.13%
G = 33.63%
B = 45.24%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#477198 (or 0x477198) is known color: San Marino. HEX triplet: 47, 71 and 98. RGB value is (71,113,152). Sum of RGB (Red+Green+Blue) = 71+113+152=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #477198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477198 is #B88E67. Grayscale: #686868. Windows color (decimal): -12095080 or 9990471. OLE color: 9990471.

HSL color Cylindrical-coordinate representation of color #477198: hue angle of 208.89º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #477198 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 113 152 -
CMYK 0.53 0.26 0 0.40
HSL 208.89º 0.36% 0.44% -
HSV(B) 208.89º 0.53% 0.6% -
XYZ 14.17 15.42 31.93 -
YUV 104.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 71 113 152 0.53 0.26 0 0.40 208.89 0.36 0.44
Hex 47 71 98 35 1A 0 28 D1 24 2C
Octal 107 161 230 65 32 0 50 321 44 54
Binary 1000111 1110001 10011000 110101 11010 0 101000 11010001 100100 101100

Color Harmonies of #477198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477198

Black with #477198

Text Example


Text Example

White with #477198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477198; }

 p { color: rgb(71,113,152); }

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

background-color css

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

 a { background-color: rgb(71,113,152); }

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

border-color css

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

 span { border-color: rgb(71,113,152); }

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