Html Css Color HEX #472E89 Blue Gem

📋 copy color: '#472E89'

red 71 ◦ green 46 ◦ blue 137

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

Shades of Blue Gem #472E89

Tints of Blue Gem #472E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 27.95%
G = 18.11%
B = 53.94%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#472E89 (or 0x472E89) is known color: Blue Gem. HEX triplet: 47, 2E and 89. RGB value is (71,46,137). Sum of RGB (Red+Green+Blue) = 71+46+137=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #472E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472E89 is #B8D176. Grayscale: #3F3F3F. Windows color (decimal): -12112247 or 8990279. OLE color: 8990279.

HSL color Cylindrical-coordinate representation of color #472E89: hue angle of 256.48º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472E89 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 46 137 -
CMYK 0.48 0.66 0 0.46
HSL 256.48º 0.5% 0.36% -
HSV(B) 256.48º 0.66% 0.54% -
XYZ 8.09 5.1 24.22 -
YUV 63.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 71 46 137 0.48 0.66 0 0.46 256.48 0.5 0.36
Hex 47 2E 89 30 42 0 2E 100 32 24
Octal 107 56 211 60 102 0 56 400 62 44
Binary 1000111 101110 10001001 110000 1000010 0 101110 100000000 110010 100100

Color Harmonies of #472E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E89

Black with #472E89

Text Example


Text Example

White with #472E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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