Html Css Color HEX #476E98 San Marino

📋 copy color: '#476E98'

red 71 ◦ green 110 ◦ blue 152

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

Shades of San Marino #476E98

Tints of San Marino #476E98

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.03%

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

R = 21.32%
G = 33.03%
B = 45.65%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#476E98 (or 0x476E98) is known color: San Marino. HEX triplet: 47, 6E and 98. RGB value is (71,110,152). Sum of RGB (Red+Green+Blue) = 71+110+152=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #476E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E98 is #B89167. Grayscale: #666666. Windows color (decimal): -12095848 or 9989703. OLE color: 9989703.

HSL color Cylindrical-coordinate representation of color #476E98: hue angle of 211.11º 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 #476E98 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 110 152 -
CMYK 0.53 0.28 0 0.40
HSL 211.11º 0.36% 0.44% -
HSV(B) 211.11º 0.53% 0.6% -
XYZ 13.84 14.76 31.82 -
YUV 103.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 71 110 152 0.53 0.28 0 0.40 211.11 0.36 0.44
Hex 47 6E 98 35 1C 0 28 D3 24 2C
Octal 107 156 230 65 34 0 50 323 44 54
Binary 1000111 1101110 10011000 110101 11100 0 101000 11010011 100100 101100

Color Harmonies of #476E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E98

Black with #476E98

Text Example


Text Example

White with #476E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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