#472498

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

Shades of Blue Gem #472498

Tints of Blue Gem #472498

Color information

#472498 (or 0x472498) is unknown color: approx Blue Gem. HEX triplet: 47, 24 and 98. RGB value is (71,36,152). Sum of RGB (Red+Green+Blue) = 71+36+152=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #472498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472498 is #B8DB67. Grayscale: #3B3B3B. Windows color (decimal): -12114792 or 9970759. OLE color: 9970759.

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

Color convert

RGB7136152-
CMYK0.530.7600.40
HSL258.1º61.7%36.86%-
HSV(B)258.1º76.32%59.61%-
XYZ8.94.8730.18-
YUV59.69180.1136.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 152 (59.77% from 255) = 58.69%
R=27.41%
G=13.90%
B=58.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71361520.530.7600.40258.161.736.86
Hex472498354C0281023e25
Octal10744230651140504027645
Binary10001111001001001100011010110011000101000100000010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472498; }

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

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

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

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

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

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

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

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