#476894

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

Shades of San Marino #476894

Tints of San Marino #476894

Color information

#476894 (or 0x476894) is unknown color: approx San Marino. HEX triplet: 47, 68 and 94. RGB value is (71,104,148). Sum of RGB (Red+Green+Blue) = 71+104+148=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #476894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476894 is #B8976B. Grayscale: #626262. Windows color (decimal): -12097388 or 9726023. OLE color: 9726023.

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

Color convert

RGB71104148-
CMYK0.520.3000.42
HSL214.29º35.16%42.94%-
HSV(B)214.29º52.03%58.04%-
XYZ12.8913.3829.92-
YUV99.15155.57107.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.98%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=21.98%
G=32.20%
B=45.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711041480.520.3000.42214.2935.1642.94
Hex476894341E02Ad6232b
Octal10715022464360523264353
Binary100011111010001001010011010011110010101011010110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476894; }

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

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

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

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

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

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

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

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