Html Css Color HEX #472F91 Blue Gem

📋 copy color: '#472F91'

red 71 ◦ green 47 ◦ blue 145

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

Shades of Blue Gem #472F91

Tints of Blue Gem #472F91

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

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

R = 27%
G = 17.87%
B = 55.13%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#472F91 (or 0x472F91) is known color: Blue Gem. HEX triplet: 47, 2F and 91. RGB value is (71,47,145). Sum of RGB (Red+Green+Blue) = 71+47+145=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #472F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F91 is #B8D06E. Grayscale: #404040. Windows color (decimal): -12111983 or 9514823. OLE color: 9514823.

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

Color convert

RGB 71 47 145 -
CMYK 0.51 0.68 0 0.43
HSL 254.69º 0.51% 0.38% -
HSV(B) 254.69º 0.68% 0.57% -
XYZ 8.73 5.42 27.37 -
YUV 65.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 71 47 145 0.51 0.68 0 0.43 254.69 0.51 0.38
Hex 47 2F 91 33 44 0 2B FF 33 26
Octal 107 57 221 63 104 0 53 377 63 46
Binary 1000111 101111 10010001 110011 1000100 0 101011 11111111 110011 100110

Color Harmonies of #472F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F91

Black with #472F91

Text Example


Text Example

White with #472F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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