Html Css Color HEX #472966 Blue Diamond

📋 copy color: '#472966'

red 71 ◦ green 41 ◦ blue 102

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

Shades of Blue Diamond #472966

Tints of Blue Diamond #472966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.66%

R = 33.18%
G = 19.16%
B = 47.66%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#472966 (or 0x472966) is known color: Blue Diamond. HEX triplet: 47, 29 and 66. RGB value is (71,41,102). Sum of RGB (Red+Green+Blue) = 71+41+102=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #472966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472966 is #B8D699. Grayscale: #383838. Windows color (decimal): -12113562 or 6695239. OLE color: 6695239.

HSL color Cylindrical-coordinate representation of color #472966: hue angle of 269.51º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #472966 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 41 102 -
CMYK 0.30 0.60 0 0.6
HSL 269.51º 0.43% 0.28% -
HSV(B) 269.51º 0.6% 0.4% -
XYZ 5.79 3.88 13.02 -
YUV 56.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 71 41 102 0.30 0.60 0 0.6 269.51 0.43 0.28
Hex 47 29 66 1E 3C 0 3C 10E 2B 1C
Octal 107 51 146 36 74 0 74 416 53 34
Binary 1000111 101001 1100110 11110 111100 0 111100 100001110 101011 11100

Color Harmonies of #472966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472966

Black with #472966

Text Example


Text Example

White with #472966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472966; }

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

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

background-color css

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

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

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

border-color css

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

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

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