#473298

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

Shades of Blue Gem #473298

Tints of Blue Gem #473298

Color information

#473298 (or 0x473298) is unknown color: approx Blue Gem. HEX triplet: 47, 32 and 98. RGB value is (71,50,152). Sum of RGB (Red+Green+Blue) = 71+50+152=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #473298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473298 is #B8CD67. Grayscale: #434343. Windows color (decimal): -12111208 or 9974343. OLE color: 9974343.

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

Color convert

RGB7150152-
CMYK0.530.6700.40
HSL252.35º50.5%39.61%-
HSV(B)252.35º67.11%59.61%-
XYZ9.415.8930.35-
YUV67.91175.46130.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 152 (59.77% from 255) = 55.68%
R=26.01%
G=18.32%
B=55.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71501520.530.6700.40252.3550.539.61
Hex4732983543028fc3228
Octal10762230651030503746250
Binary1000111110010100110001101011000011010100011111100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473298; }

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

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

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

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

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

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

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

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