#477098

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

Shades of San Marino #477098

Tints of San Marino #477098

Color information

#477098 (or 0x477098) is unknown color: approx San Marino. HEX triplet: 47, 70 and 98. RGB value is (71,112,152). Sum of RGB (Red+Green+Blue) = 71+112+152=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #477098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477098 is #B88F67. Grayscale: #686868. Windows color (decimal): -12095336 or 9990215. OLE color: 9990215.

HSL color Cylindrical-coordinate representation of color #477098: hue angle of 209.63º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #477098 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB71112152-
CMYK0.530.2600.40
HSL209.63º36.32%43.73%-
HSV(B)209.63º53.29%59.61%-
XYZ14.0615.1931.9-
YUV104.3154.92104.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=21.19%
G=33.43%
B=45.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711121520.530.2600.40209.6336.3243.73
Hex477098351A028d2242c
Octal10716023065320503224454
Binary100011111100001001100011010111010010100011010010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477098; }

 p { color: rgb(71,112,152); }

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

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

 a { background-color: rgb(71,112,152); }

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

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

 span { border-color: rgb(71,112,152); }

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