Html Css Color HEX #472799 Blue Gem

📋 copy color: '#472799'

red 71 ◦ green 39 ◦ blue 153

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

Shades of Blue Gem #472799

Tints of Blue Gem #472799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

 BLUE value IS 153 (60.16% from 255) = 58.17%

R = 27%
G = 14.83%
B = 58.17%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#472799 (or 0x472799) is known color: Blue Gem. HEX triplet: 47, 27 and 99. RGB value is (71,39,153). Sum of RGB (Red+Green+Blue) = 71+39+153=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #472799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472799 is #B8D866. Grayscale: #3D3D3D. Windows color (decimal): -12114023 or 10037063. OLE color: 10037063.

HSL color Cylindrical-coordinate representation of color #472799: hue angle of 256.84º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472799 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 39 153 -
CMYK 0.54 0.75 0 0.4
HSL 256.84º 0.59% 0.38% -
HSV(B) 256.84º 0.75% 0.6% -
XYZ 9.07 5.09 30.64 -
YUV 61.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 71 39 153 0.54 0.75 0 0.4 256.84 0.59 0.38
Hex 47 27 99 36 4B 0 28 101 3B 26
Octal 107 47 231 66 113 0 50 401 73 46
Binary 1000111 100111 10011001 110110 1001011 0 101000 100000001 111011 100110

Color Harmonies of #472799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472799

Black with #472799

Text Example


Text Example

White with #472799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472799; }

 p { color: rgb(71,39,153); }

 H1.HeaderClassName
 {
   color: #472799;
 }
 .AnyTagClassName
 {
   color: #472799;
 }
</style>

background-color css

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

 a { background-color: rgb(71,39,153); }

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

border-color css

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

 span { border-color: rgb(71,39,153); }

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