Html Css Color HEX #472768 Blue Diamond

📋 copy color: '#472768'

red 71 ◦ green 39 ◦ blue 104

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

Shades of Blue Diamond #472768

Tints of Blue Diamond #472768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 33.18%
G = 18.22%
B = 48.6%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472768 (or 0x472768) is known color: Blue Diamond. HEX triplet: 47, 27 and 68. RGB value is (71,39,104). Sum of RGB (Red+Green+Blue) = 71+39+104=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #472768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472768 is #B8D897. Grayscale: #373737. Windows color (decimal): -12114072 or 6825799. OLE color: 6825799.

HSL color Cylindrical-coordinate representation of color #472768: hue angle of 269.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472768 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 39 104 -
CMYK 0.32 0.62 0 0.59
HSL 269.54º 0.45% 0.28% -
HSV(B) 269.54º 0.63% 0.41% -
XYZ 5.82 3.79 13.52 -
YUV 55.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 71 39 104 0.32 0.62 0 0.59 269.54 0.45 0.28
Hex 47 27 68 20 3E 0 3B 10E 2D 1C
Octal 107 47 150 40 76 0 73 416 55 34
Binary 1000111 100111 1101000 100000 111110 0 111011 100001110 101101 11100

Color Harmonies of #472768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472768

Black with #472768

Text Example


Text Example

White with #472768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472768; }

 p { color: rgb(71,39,104); }

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

background-color css

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

 a { background-color: rgb(71,39,104); }

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

border-color css

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

 span { border-color: rgb(71,39,104); }

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