Html Css Color HEX #472E8D Blue Gem

📋 copy color: '#472E8D'

red 71 ◦ green 46 ◦ blue 141

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

Shades of Blue Gem #472E8D

Tints of Blue Gem #472E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.65%

R = 27.52%
G = 17.83%
B = 54.65%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#472E8D (or 0x472E8D) is known color: Blue Gem. HEX triplet: 47, 2E and 8D. RGB value is (71,46,141). Sum of RGB (Red+Green+Blue) = 71+46+141=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #472E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472E8D is #B8D172. Grayscale: #3F3F3F. Windows color (decimal): -12112243 or 9252423. OLE color: 9252423.

HSL color Cylindrical-coordinate representation of color #472E8D: hue angle of 255.79º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #472E8D is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 46 141 -
CMYK 0.50 0.67 0 0.45
HSL 255.79º 0.51% 0.37% -
HSV(B) 255.79º 0.67% 0.55% -
XYZ 8.38 5.22 25.76 -
YUV 64.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 71 46 141 0.50 0.67 0 0.45 255.79 0.51 0.37
Hex 47 2E 8D 32 43 0 2D 100 33 25
Octal 107 56 215 62 103 0 55 400 63 45
Binary 1000111 101110 10001101 110010 1000011 0 101101 100000000 110011 100101

Color Harmonies of #472E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E8D

Black with #472E8D

Text Example


Text Example

White with #472E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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