Html Css Color HEX #472F87 Blue Gem

📋 copy color: '#472F87'

red 71 ◦ green 47 ◦ blue 135

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

Shades of Blue Gem #472F87

Tints of Blue Gem #472F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 53.36%

R = 28.06%
G = 18.58%
B = 53.36%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472F87 (or 0x472F87) is known color: Blue Gem. HEX triplet: 47, 2F and 87. RGB value is (71,47,135). Sum of RGB (Red+Green+Blue) = 71+47+135=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #472F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F87 is #B8D078. Grayscale: #3F3F3F. Windows color (decimal): -12111993 or 8859463. OLE color: 8859463.

HSL color Cylindrical-coordinate representation of color #472F87: hue angle of 256.36º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472F87 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 47 135 -
CMYK 0.47 0.65 0 0.47
HSL 256.36º 0.48% 0.36% -
HSV(B) 256.36º 0.65% 0.53% -
XYZ 7.99 5.12 23.49 -
YUV 64.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 71 47 135 0.47 0.65 0 0.47 256.36 0.48 0.36
Hex 47 2F 87 2F 41 0 2F 100 30 24
Octal 107 57 207 57 101 0 57 400 60 44
Binary 1000111 101111 10000111 101111 1000001 0 101111 100000000 110000 100100

Color Harmonies of #472F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F87

Black with #472F87

Text Example


Text Example

White with #472F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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