Html Css Color HEX #472198 Blue Gem

📋 copy color: '#472198'

red 71 ◦ green 33 ◦ blue 152

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

Shades of Blue Gem #472198

Tints of Blue Gem #472198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.89%

 BLUE value IS 152 (59.77% from 255) = 59.38%

R = 27.73%
G = 12.89%
B = 59.38%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#472198 (or 0x472198) is known color: Blue Gem. HEX triplet: 47, 21 and 98. RGB value is (71,33,152). Sum of RGB (Red+Green+Blue) = 71+33+152=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #472198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472198 is #B8DE67. Grayscale: #393939. Windows color (decimal): -12115560 or 9969991. OLE color: 9969991.

HSL color Cylindrical-coordinate representation of color #472198: hue angle of 259.16º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472198 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 33 152 -
CMYK 0.53 0.78 0 0.40
HSL 259.16º 0.64% 0.36% -
HSV(B) 259.16º 0.78% 0.6% -
XYZ 8.81 4.69 30.15 -
YUV 57.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 71 33 152 0.53 0.78 0 0.40 259.16 0.64 0.36
Hex 47 21 98 35 4E 0 28 103 40 24
Octal 107 41 230 65 116 0 50 403 100 44
Binary 1000111 100001 10011000 110101 1001110 0 101000 100000011 1000000 100100

Color Harmonies of #472198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472198

Black with #472198

Text Example


Text Example

White with #472198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472198; }

 p { color: rgb(71,33,152); }

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

background-color css

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

 a { background-color: rgb(71,33,152); }

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

border-color css

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

 span { border-color: rgb(71,33,152); }

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