Html Css Color HEX #472A96 Blue Gem

📋 copy color: '#472A96'

red 71 ◦ green 42 ◦ blue 150

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

Shades of Blue Gem #472A96

Tints of Blue Gem #472A96

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.97%

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 27%
G = 15.97%
B = 57.03%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#472A96 (or 0x472A96) is known color: Blue Gem. HEX triplet: 47, 2A and 96. RGB value is (71,42,150). Sum of RGB (Red+Green+Blue) = 71+42+150=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #472A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472A96 is #B8D569. Grayscale: #3E3E3E. Windows color (decimal): -12113258 or 9841223. OLE color: 9841223.

HSL color Cylindrical-coordinate representation of color #472A96: hue angle of 256.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472A96 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 42 150 -
CMYK 0.53 0.72 0 0.41
HSL 256.11º 0.56% 0.38% -
HSV(B) 256.11º 0.72% 0.59% -
XYZ 8.93 5.2 29.39 -
YUV 62.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 71 42 150 0.53 0.72 0 0.41 256.11 0.56 0.38
Hex 47 2A 96 35 48 0 29 100 38 26
Octal 107 52 226 65 110 0 51 400 70 46
Binary 1000111 101010 10010110 110101 1001000 0 101001 100000000 111000 100110

Color Harmonies of #472A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A96

Black with #472A96

Text Example


Text Example

White with #472A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,42,150); }

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

background-color css

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

 a { background-color: rgb(71,42,150); }

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

border-color css

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

 span { border-color: rgb(71,42,150); }

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