#47259A

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

Shades of Blue Gem #47259A

Tints of Blue Gem #47259A

Color information

#47259A (or 0x47259A) is unknown color: approx Blue Gem. HEX triplet: 47, 25 and 9A. RGB value is (71,37,154). Sum of RGB (Red+Green+Blue) = 71+37+154=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #47259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47259A is #B8DA65. Grayscale: #3C3C3C. Windows color (decimal): -12114534 or 10102087. OLE color: 10102087.

HSL color Cylindrical-coordinate representation of color #47259A: hue angle of 257.44º degrees, saturation: 0.61, 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 #47259A is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7137154-
CMYK0.540.7600.40
HSL257.44º61.26%37.45%-
HSV(B)257.44º75.97%60.39%-
XYZ9.09531.06-
YUV60.5180.76135.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 154 (60.55% from 255) = 58.78%
R=27.10%
G=14.12%
B=58.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71371540.540.7600.40257.4461.2637.45
Hex47259A364C0281013d25
Octal10745232661140504017545
Binary10001111001011001101011011010011000101000100000001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47259A; }

 p { color: rgb(71,37,154); }

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

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

 a { background-color: rgb(71,37,154); }

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

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

 span { border-color: rgb(71,37,154); }

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