Html Css Color HEX #472794 Blue Gem

📋 copy color: '#472794'

red 71 ◦ green 39 ◦ blue 148

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

Shades of Blue Gem #472794

Tints of Blue Gem #472794

RGB

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

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

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

R = 27.52%
G = 15.12%
B = 57.36%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472794 (or 0x472794) is known color: Blue Gem. HEX triplet: 47, 27 and 94. RGB value is (71,39,148). Sum of RGB (Red+Green+Blue) = 71+39+148=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #472794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472794 is #B8D86B. Grayscale: #3C3C3C. Windows color (decimal): -12114028 or 9709383. OLE color: 9709383.

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

Color convert

RGB 71 39 148 -
CMYK 0.52 0.74 0 0.42
HSL 257.61º 0.58% 0.37% -
HSV(B) 257.61º 0.74% 0.58% -
XYZ 8.67 4.93 28.51 -
YUV 60.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 71 39 148 0.52 0.74 0 0.42 257.61 0.58 0.37
Hex 47 27 94 34 4A 0 2A 102 3A 25
Octal 107 47 224 64 112 0 52 402 72 45
Binary 1000111 100111 10010100 110100 1001010 0 101010 100000010 111010 100101

Color Harmonies of #472794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472794

Black with #472794

Text Example


Text Example

White with #472794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472794; }

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

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

background-color css

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

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

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

border-color css

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

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

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