Html Css Color HEX #476995 San Marino

📋 copy color: '#476995'

red 71 ◦ green 105 ◦ blue 149

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

Shades of San Marino #476995

Tints of San Marino #476995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 21.85%
G = 32.31%
B = 45.85%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#476995 (or 0x476995) is known color: San Marino. HEX triplet: 47, 69 and 95. RGB value is (71,105,149). Sum of RGB (Red+Green+Blue) = 71+105+149=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #476995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476995 is #B8966A. Grayscale: #636363. Windows color (decimal): -12097131 or 9791815. OLE color: 9791815.

HSL color Cylindrical-coordinate representation of color #476995: hue angle of 213.85º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476995 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 105 149 -
CMYK 0.52 0.30 0 0.42
HSL 213.85º 0.35% 0.43% -
HSV(B) 213.85º 0.52% 0.58% -
XYZ 13.07 13.61 30.37 -
YUV 99.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 71 105 149 0.52 0.30 0 0.42 213.85 0.35 0.43
Hex 47 69 95 34 1E 0 2A D6 23 2B
Octal 107 151 225 64 36 0 52 326 43 53
Binary 1000111 1101001 10010101 110100 11110 0 101010 11010110 100011 101011

Color Harmonies of #476995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476995

Black with #476995

Text Example


Text Example

White with #476995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476995; }

 p { color: rgb(71,105,149); }

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

background-color css

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

 a { background-color: rgb(71,105,149); }

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

border-color css

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

 span { border-color: rgb(71,105,149); }

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