#476A94

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

Shades of San Marino #476A94

Tints of San Marino #476A94

Color information

#476A94 (or 0x476A94) is unknown color: approx San Marino. HEX triplet: 47, 6A and 94. RGB value is (71,106,148). Sum of RGB (Red+Green+Blue) = 71+106+148=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #476A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A94 is #B8956B. Grayscale: #646464. Windows color (decimal): -12096876 or 9726535. OLE color: 9726535.

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

Color convert

RGB71106148-
CMYK0.520.2800.42
HSL212.73º35.16%42.94%-
HSV(B)212.73º52.03%58.04%-
XYZ13.113.7929.99-
YUV100.32154.9107.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=21.85%
G=32.62%
B=45.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711061480.520.2800.42212.7335.1642.94
Hex476A94341C02Ad5232b
Octal10715222464340523254353
Binary100011111010101001010011010011100010101011010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,106,148); }

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

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

 a { background-color: rgb(71,106,148); }

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

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

 span { border-color: rgb(71,106,148); }

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