Html Css Color HEX #472594 Blue Gem

📋 copy color: '#472594'

red 71 ◦ green 37 ◦ blue 148

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

Shades of Blue Gem #472594

Tints of Blue Gem #472594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 27.73%
G = 14.45%
B = 57.81%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472594 (or 0x472594) is known color: Blue Gem. HEX triplet: 47, 25 and 94. RGB value is (71,37,148). Sum of RGB (Red+Green+Blue) = 71+37+148=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #472594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472594 is #B8DA6B. Grayscale: #3B3B3B. Windows color (decimal): -12114540 or 9708871. OLE color: 9708871.

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

Color convert

RGB 71 37 148 -
CMYK 0.52 0.75 0 0.42
HSL 258.38º 0.6% 0.36% -
HSV(B) 258.38º 0.75% 0.58% -
XYZ 8.61 4.8 28.49 -
YUV 59.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 71 37 148 0.52 0.75 0 0.42 258.38 0.6 0.36
Hex 47 25 94 34 4B 0 2A 102 3C 24
Octal 107 45 224 64 113 0 52 402 74 44
Binary 1000111 100101 10010100 110100 1001011 0 101010 100000010 111100 100100

Color Harmonies of #472594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472594

Black with #472594

Text Example


Text Example

White with #472594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472594; }

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

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

background-color css

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

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

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

border-color css

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

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

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