Html Css Color HEX #472873 Blue Diamond

📋 copy color: '#472873'

red 71 ◦ green 40 ◦ blue 115

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

Shades of Blue Diamond #472873

Tints of Blue Diamond #472873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

 BLUE value IS 115 (45.31% from 255) = 50.88%

R = 31.42%
G = 17.7%
B = 50.88%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472873 (or 0x472873) is known color: Blue Diamond. HEX triplet: 47, 28 and 73. RGB value is (71,40,115). Sum of RGB (Red+Green+Blue) = 71+40+115=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #472873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472873 is #B8D78C. Grayscale: #393939. Windows color (decimal): -12113805 or 7546951. OLE color: 7546951.

HSL color Cylindrical-coordinate representation of color #472873: hue angle of 264.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472873 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 40 115 -
CMYK 0.38 0.65 0 0.55
HSL 264.8º 0.48% 0.3% -
HSV(B) 264.8º 0.65% 0.45% -
XYZ 6.45 4.09 16.67 -
YUV 57.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 71 40 115 0.38 0.65 0 0.55 264.8 0.48 0.3
Hex 47 28 73 26 41 0 37 109 30 1E
Octal 107 50 163 46 101 0 67 411 60 36
Binary 1000111 101000 1110011 100110 1000001 0 110111 100001001 110000 11110

Color Harmonies of #472873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472873

Black with #472873

Text Example


Text Example

White with #472873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472873; }

 p { color: rgb(71,40,115); }

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

background-color css

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

 a { background-color: rgb(71,40,115); }

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

border-color css

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

 span { border-color: rgb(71,40,115); }

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