Html Css Color HEX #47259A Blue Gem

📋 copy color: '#47259A'

red 71 ◦ green 37 ◦ blue 154

#47259A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #47259A

Tints of Blue Gem #47259A

RGB

 RED value IS 71 (28.13% from 255) = 27.1%

 GREEN value IS 37 (14.84% from 255) = 14.12%

 BLUE value IS 154 (60.55% from 255) = 58.78%

R = 27.1%
G = 14.12%
B = 58.78%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47259A (or 0x47259A) is known color: 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

RGB 71 37 154 -
CMYK 0.54 0.76 0 0.40
HSL 257.44º 0.61% 0.37% -
HSV(B) 257.44º 0.76% 0.6% -
XYZ 9.09 5 31.06 -
YUV 60.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 71 37 154 0.54 0.76 0 0.40 257.44 0.61 0.37
Hex 47 25 9A 36 4C 0 28 101 3D 25
Octal 107 45 232 66 114 0 50 401 75 45
Binary 1000111 100101 10011010 110110 1001100 0 101000 100000001 111101 100101

Color Harmonies of #47259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47259A

Black with #47259A

Text Example


Text Example

White with #47259A

Text Example


Text Example

HTML Codes & Css Web 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>