#476C99

Color #476C99 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #476C99

Tints of San Marino #476C99

Color information

#476C99 (or 0x476C99) is unknown color: approx San Marino. HEX triplet: 47, 6C and 99. RGB value is (71,108,153). Sum of RGB (Red+Green+Blue) = 71+108+153=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #476C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C99 is #B89366. Grayscale: #656565. Windows color (decimal): -12096359 or 10054727. OLE color: 10054727.

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

Color convert

RGB71108153-
CMYK0.540.2900.4
HSL212.93º36.61%43.92%-
HSV(B)212.93º53.59%60%-
XYZ13.7114.3632.19-
YUV102.07156.74105.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=21.39%
G=32.53%
B=46.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711081530.540.2900.4212.9336.6143.92
Hex476C99361D028d5252c
Octal10715423166350503254554
Binary100011111011001001100111011011101010100011010101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #476C99;
 }
 .AnyTagClassName
 {
   color: #476C99;
 }
</style>
background-color css

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

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

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

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

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

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