Html Css Color HEX #472F88 Blue Gem

📋 copy color: '#472F88'

red 71 ◦ green 47 ◦ blue 136

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

Shades of Blue Gem #472F88

Tints of Blue Gem #472F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.54%

R = 27.95%
G = 18.5%
B = 53.54%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472F88 (or 0x472F88) is known color: Blue Gem. HEX triplet: 47, 2F and 88. RGB value is (71,47,136). Sum of RGB (Red+Green+Blue) = 71+47+136=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #472F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F88 is #B8D077. Grayscale: #3F3F3F. Windows color (decimal): -12111992 or 8924999. OLE color: 8924999.

HSL color Cylindrical-coordinate representation of color #472F88: hue angle of 256.18º degrees, saturation: 0.49, 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 #472F88 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 47 136 -
CMYK 0.48 0.65 0 0.47
HSL 256.18º 0.49% 0.36% -
HSV(B) 256.18º 0.65% 0.53% -
XYZ 8.06 5.15 23.86 -
YUV 64.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 71 47 136 0.48 0.65 0 0.47 256.18 0.49 0.36
Hex 47 2F 88 30 41 0 2F 100 31 24
Octal 107 57 210 60 101 0 57 400 61 44
Binary 1000111 101111 10001000 110000 1000001 0 101111 100000000 110001 100100

Color Harmonies of #472F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F88

Black with #472F88

Text Example


Text Example

White with #472F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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