Html Css Color HEX #471E99 Blue Gem

📋 copy color: '#471E99'

red 71 ◦ green 30 ◦ blue 153

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

Shades of Blue Gem #471E99

Tints of Blue Gem #471E99

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

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

R = 27.95%
G = 11.81%
B = 60.24%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#471E99 (or 0x471E99) is known color: Blue Gem. HEX triplet: 47, 1E and 99. RGB value is (71,30,153). Sum of RGB (Red+Green+Blue) = 71+30+153=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #471E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471E99 is #B8E166. Grayscale: #373737. Windows color (decimal): -12116327 or 10034759. OLE color: 10034759.

HSL color Cylindrical-coordinate representation of color #471E99: hue angle of 260º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471E99 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 30 153 -
CMYK 0.54 0.80 0 0.4
HSL 260º 0.67% 0.36% -
HSV(B) 260º 0.8% 0.6% -
XYZ 8.81 4.57 30.55 -
YUV 56.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 71 30 153 0.54 0.80 0 0.4 260 0.67 0.36
Hex 47 1E 99 36 50 0 28 104 43 24
Octal 107 36 231 66 120 0 50 404 103 44
Binary 1000111 11110 10011001 110110 1010000 0 101000 100000100 1000011 100100

Color Harmonies of #471E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E99

Black with #471E99

Text Example


Text Example

White with #471E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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