Html Css Color HEX #472792 Blue Gem

📋 copy color: '#472792'

red 71 ◦ green 39 ◦ blue 146

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

Shades of Blue Gem #472792

Tints of Blue Gem #472792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.23%

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 27.73%
G = 15.23%
B = 57.03%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#472792 (or 0x472792) is known color: Blue Gem. HEX triplet: 47, 27 and 92. RGB value is (71,39,146). Sum of RGB (Red+Green+Blue) = 71+39+146=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #472792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472792 is #B8D86D. Grayscale: #3C3C3C. Windows color (decimal): -12114030 or 9578311. OLE color: 9578311.

HSL color Cylindrical-coordinate representation of color #472792: hue angle of 257.94º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472792 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 39 146 -
CMYK 0.51 0.73 0 0.43
HSL 257.94º 0.58% 0.36% -
HSV(B) 257.94º 0.73% 0.57% -
XYZ 8.51 4.87 27.68 -
YUV 60.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 71 39 146 0.51 0.73 0 0.43 257.94 0.58 0.36
Hex 47 27 92 33 49 0 2B 102 3A 24
Octal 107 47 222 63 111 0 53 402 72 44
Binary 1000111 100111 10010010 110011 1001001 0 101011 100000010 111010 100100

Color Harmonies of #472792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472792

Black with #472792

Text Example


Text Example

White with #472792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472792; }

 p { color: rgb(71,39,146); }

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

background-color css

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

 a { background-color: rgb(71,39,146); }

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

border-color css

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

 span { border-color: rgb(71,39,146); }

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