Html Css Color HEX #472591 Blue Gem

📋 copy color: '#472591'

red 71 ◦ green 37 ◦ blue 145

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

Shades of Blue Gem #472591

Tints of Blue Gem #472591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.31%

R = 28.06%
G = 14.62%
B = 57.31%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#472591 (or 0x472591) is known color: Blue Gem. HEX triplet: 47, 25 and 91. RGB value is (71,37,145). Sum of RGB (Red+Green+Blue) = 71+37+145=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #472591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472591 is #B8DA6E. Grayscale: #3B3B3B. Windows color (decimal): -12114543 or 9512263. OLE color: 9512263.

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

Color convert

RGB 71 37 145 -
CMYK 0.51 0.74 0 0.43
HSL 258.89º 0.59% 0.36% -
HSV(B) 258.89º 0.74% 0.57% -
XYZ 8.37 4.71 27.26 -
YUV 59.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 71 37 145 0.51 0.74 0 0.43 258.89 0.59 0.36
Hex 47 25 91 33 4A 0 2B 103 3B 24
Octal 107 45 221 63 112 0 53 403 73 44
Binary 1000111 100101 10010001 110011 1001010 0 101011 100000011 111011 100100

Color Harmonies of #472591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472591

Black with #472591

Text Example


Text Example

White with #472591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472591; }

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

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

background-color css

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

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

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

border-color css

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

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

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