Html Css Color HEX #472070 Blue Diamond

📋 copy color: '#472070'

red 71 ◦ green 32 ◦ blue 112

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

Shades of Blue Diamond #472070

Tints of Blue Diamond #472070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.09%

R = 33.02%
G = 14.88%
B = 52.09%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472070 (or 0x472070) is known color: Blue Diamond. HEX triplet: 47, 20 and 70. RGB value is (71,32,112). Sum of RGB (Red+Green+Blue) = 71+32+112=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #472070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472070 is #B8DF8F. Grayscale: #343434. Windows color (decimal): -12115856 or 7348295. OLE color: 7348295.

HSL color Cylindrical-coordinate representation of color #472070: hue angle of 269.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #472070 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 32 112 -
CMYK 0.37 0.71 0 0.56
HSL 269.25º 0.56% 0.28% -
HSV(B) 269.25º 0.71% 0.44% -
XYZ 6.04 3.54 15.69 -
YUV 52.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 71 32 112 0.37 0.71 0 0.56 269.25 0.56 0.28
Hex 47 20 70 25 47 0 38 10D 38 1C
Octal 107 40 160 45 107 0 70 415 70 34
Binary 1000111 100000 1110000 100101 1000111 0 111000 100001101 111000 11100

Color Harmonies of #472070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472070

Black with #472070

Text Example


Text Example

White with #472070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472070; }

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

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

background-color css

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

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

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

border-color css

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

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

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