#476896

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

Shades of San Marino #476896

Tints of San Marino #476896

Color information

#476896 (or 0x476896) is unknown color: approx San Marino. HEX triplet: 47, 68 and 96. RGB value is (71,104,150). Sum of RGB (Red+Green+Blue) = 71+104+150=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #476896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476896 is #B89769. Grayscale: #636363. Windows color (decimal): -12097386 or 9857095. OLE color: 9857095.

HSL color Cylindrical-coordinate representation of color #476896: hue angle of 214.94º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #476896 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB71104150-
CMYK0.530.3100.41
HSL214.94º35.75%43.33%-
HSV(B)214.94º52.67%58.82%-
XYZ13.0513.4430.76-
YUV99.38156.57107.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=21.85%
G=32%
B=46.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711041500.530.3100.41214.9435.7543.33
Hex476896351F029d7242b
Octal10715022665370513274453
Binary100011111010001001011011010111111010100111010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476896; }

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

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

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

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

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

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

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

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