Html Css Color HEX #472973 Blue Diamond

📋 copy color: '#472973'

red 71 ◦ green 41 ◦ blue 115

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

Shades of Blue Diamond #472973

Tints of Blue Diamond #472973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

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

R = 31.28%
G = 18.06%
B = 50.66%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472973 (or 0x472973) is known color: Blue Diamond. HEX triplet: 47, 29 and 73. RGB value is (71,41,115). Sum of RGB (Red+Green+Blue) = 71+41+115=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #472973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472973 is #B8D68C. Grayscale: #3A3A3A. Windows color (decimal): -12113549 or 7547207. OLE color: 7547207.

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

Color convert

RGB 71 41 115 -
CMYK 0.38 0.64 0 0.55
HSL 264.32º 0.47% 0.31% -
HSV(B) 264.32º 0.64% 0.45% -
XYZ 6.49 4.16 16.68 -
YUV 58.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 71 41 115 0.38 0.64 0 0.55 264.32 0.47 0.31
Hex 47 29 73 26 40 0 37 108 2F 1F
Octal 107 51 163 46 100 0 67 410 57 37
Binary 1000111 101001 1110011 100110 1000000 0 110111 100001000 101111 11111

Color Harmonies of #472973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472973

Black with #472973

Text Example


Text Example

White with #472973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472973; }

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

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

background-color css

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

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

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

border-color css

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

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

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