Html Css Color HEX #472394 Blue Gem

📋 copy color: '#472394'

red 71 ◦ green 35 ◦ blue 148

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

Shades of Blue Gem #472394

Tints of Blue Gem #472394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

 BLUE value IS 148 (58.2% from 255) = 58.27%

R = 27.95%
G = 13.78%
B = 58.27%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472394 (or 0x472394) is known color: Blue Gem. HEX triplet: 47, 23 and 94. RGB value is (71,35,148). Sum of RGB (Red+Green+Blue) = 71+35+148=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #472394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472394 is #B8DC6B. Grayscale: #3A3A3A. Windows color (decimal): -12115052 or 9708359. OLE color: 9708359.

HSL color Cylindrical-coordinate representation of color #472394: hue angle of 259.12º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472394 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 35 148 -
CMYK 0.52 0.76 0 0.42
HSL 259.12º 0.62% 0.36% -
HSV(B) 259.12º 0.76% 0.58% -
XYZ 8.54 4.68 28.47 -
YUV 58.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 71 35 148 0.52 0.76 0 0.42 259.12 0.62 0.36
Hex 47 23 94 34 4C 0 2A 103 3E 24
Octal 107 43 224 64 114 0 52 403 76 44
Binary 1000111 100011 10010100 110100 1001100 0 101010 100000011 111110 100100

Color Harmonies of #472394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472394

Black with #472394

Text Example


Text Example

White with #472394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472394; }

 p { color: rgb(71,35,148); }

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

background-color css

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

 a { background-color: rgb(71,35,148); }

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

border-color css

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

 span { border-color: rgb(71,35,148); }

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