Html Css Color HEX #472E8E Blue Gem

📋 copy color: '#472E8E'

red 71 ◦ green 46 ◦ blue 142

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

Shades of Blue Gem #472E8E

Tints of Blue Gem #472E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.76%

 BLUE value IS 142 (55.86% from 255) = 54.83%

R = 27.41%
G = 17.76%
B = 54.83%

CMYK

 C value IS 0.5

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#472E8E (or 0x472E8E) is known color: Blue Gem. HEX triplet: 47, 2E and 8E. RGB value is (71,46,142). Sum of RGB (Red+Green+Blue) = 71+46+142=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #472E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472E8E is #B8D171. Grayscale: #404040. Windows color (decimal): -12112242 or 9317959. OLE color: 9317959.

HSL color Cylindrical-coordinate representation of color #472E8E: hue angle of 255.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472E8E is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 46 142 -
CMYK 0.5 0.68 0 0.44
HSL 255.63º 0.51% 0.37% -
HSV(B) 255.63º 0.68% 0.56% -
XYZ 8.46 5.25 26.16 -
YUV 64.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 71 46 142 0.5 0.68 0 0.44 255.63 0.51 0.37
Hex 47 2E 8E 32 44 0 2C 100 33 25
Octal 107 56 216 62 104 0 54 400 63 45
Binary 1000111 101110 10001110 110010 1000100 0 101100 100000000 110011 100101

Color Harmonies of #472E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E8E

Black with #472E8E

Text Example


Text Example

White with #472E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E8E; }

 p { color: rgb(71,46,142); }

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

background-color css

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

 a { background-color: rgb(71,46,142); }

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

border-color css

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

 span { border-color: rgb(71,46,142); }

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