#473D98

Color #473D98 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #473D98

Tints of Blue Gem #473D98

Color information

#473D98 (or 0x473D98) is unknown color: approx Blue Gem. HEX triplet: 47, 3D and 98. RGB value is (71,61,152). Sum of RGB (Red+Green+Blue) = 71+61+152=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #473D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473D98 is #B8C267. Grayscale: #4A4A4A. Windows color (decimal): -12108392 or 9977159. OLE color: 9977159.

HSL color Cylindrical-coordinate representation of color #473D98: hue angle of 246.59º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #473D98 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7161152-
CMYK0.530.6000.40
HSL246.59º42.72%41.76%-
HSV(B)246.59º59.87%59.61%-
XYZ9.936.9430.52-
YUV74.36171.81125.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=25%
G=21.48%
B=53.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71611520.530.6000.40246.5942.7241.76
Hex473D98353C028f72b2a
Octal1077523065740503675352
Binary100011111110110011000110101111100010100011110111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473D98; }

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

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

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

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

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

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

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

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