Html Css Color HEX #476C95 San Marino

📋 copy color: '#476C95'

red 71 ◦ green 108 ◦ blue 149

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

Shades of San Marino #476C95

Tints of San Marino #476C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.93%

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

R = 21.65%
G = 32.93%
B = 45.43%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#476C95 (or 0x476C95) is known color: San Marino. HEX triplet: 47, 6C and 95. RGB value is (71,108,149). Sum of RGB (Red+Green+Blue) = 71+108+149=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #476C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C95 is #B8936A. Grayscale: #656565. Windows color (decimal): -12096363 or 9792583. OLE color: 9792583.

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

Color convert

RGB 71 108 149 -
CMYK 0.52 0.28 0 0.42
HSL 211.54º 0.35% 0.43% -
HSV(B) 211.54º 0.52% 0.58% -
XYZ 13.39 14.23 30.48 -
YUV 101.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 71 108 149 0.52 0.28 0 0.42 211.54 0.35 0.43
Hex 47 6C 95 34 1C 0 2A D4 23 2B
Octal 107 154 225 64 34 0 52 324 43 53
Binary 1000111 1101100 10010101 110100 11100 0 101010 11010100 100011 101011

Color Harmonies of #476C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C95

Black with #476C95

Text Example


Text Example

White with #476C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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