Html Css Color HEX #472964 Blue Diamond

📋 copy color: '#472964'

red 71 ◦ green 41 ◦ blue 100

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

Shades of Blue Diamond #472964

Tints of Blue Diamond #472964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.17%

R = 33.49%
G = 19.34%
B = 47.17%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#472964 (or 0x472964) is known color: Blue Diamond. HEX triplet: 47, 29 and 64. RGB value is (71,41,100). Sum of RGB (Red+Green+Blue) = 71+41+100=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #472964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472964 is #B8D69B. Grayscale: #383838. Windows color (decimal): -12113564 or 6564167. OLE color: 6564167.

HSL color Cylindrical-coordinate representation of color #472964: hue angle of 270.51º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #472964 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 41 100 -
CMYK 0.29 0.59 0 0.61
HSL 270.51º 0.42% 0.28% -
HSV(B) 270.51º 0.59% 0.39% -
XYZ 5.69 3.85 12.5 -
YUV 56.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 71 41 100 0.29 0.59 0 0.61 270.51 0.42 0.28
Hex 47 29 64 1D 3B 0 3D 10F 2A 1C
Octal 107 51 144 35 73 0 75 417 52 34
Binary 1000111 101001 1100100 11101 111011 0 111101 100001111 101010 11100

Color Harmonies of #472964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472964

Black with #472964

Text Example


Text Example

White with #472964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472964; }

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

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

background-color css

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

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

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

border-color css

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

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

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