Html Css Color HEX #472073 Blue Diamond

📋 copy color: '#472073'

red 71 ◦ green 32 ◦ blue 115

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

Shades of Blue Diamond #472073

Tints of Blue Diamond #472073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 32.57%
G = 14.68%
B = 52.75%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472073 (or 0x472073) is known color: Blue Diamond. HEX triplet: 47, 20 and 73. RGB value is (71,32,115). Sum of RGB (Red+Green+Blue) = 71+32+115=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #472073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472073 is #B8DF8C. Grayscale: #343434. Windows color (decimal): -12115853 or 7544903. OLE color: 7544903.

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

Color convert

RGB 71 32 115 -
CMYK 0.38 0.72 0 0.55
HSL 268.19º 0.56% 0.29% -
HSV(B) 268.19º 0.72% 0.45% -
XYZ 6.21 3.61 16.59 -
YUV 53.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 71 32 115 0.38 0.72 0 0.55 268.19 0.56 0.29
Hex 47 20 73 26 48 0 37 10C 38 1D
Octal 107 40 163 46 110 0 67 414 70 35
Binary 1000111 100000 1110011 100110 1001000 0 110111 100001100 111000 11101

Color Harmonies of #472073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472073

Black with #472073

Text Example


Text Example

White with #472073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472073; }

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

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

background-color css

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

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

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

border-color css

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

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

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