Html Css Color HEX #472872 Blue Diamond

📋 copy color: '#472872'

red 71 ◦ green 40 ◦ blue 114

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

Shades of Blue Diamond #472872

Tints of Blue Diamond #472872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 31.56%
G = 17.78%
B = 50.67%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472872 (or 0x472872) is known color: Blue Diamond. HEX triplet: 47, 28 and 72. RGB value is (71,40,114). Sum of RGB (Red+Green+Blue) = 71+40+114=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #472872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472872 is #B8D78D. Grayscale: #393939. Windows color (decimal): -12113806 or 7481415. OLE color: 7481415.

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

Color convert

RGB 71 40 114 -
CMYK 0.38 0.65 0 0.55
HSL 265.14º 0.48% 0.3% -
HSV(B) 265.14º 0.65% 0.45% -
XYZ 6.39 4.07 16.37 -
YUV 57.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 71 40 114 0.38 0.65 0 0.55 265.14 0.48 0.3
Hex 47 28 72 26 41 0 37 109 30 1E
Octal 107 50 162 46 101 0 67 411 60 36
Binary 1000111 101000 1110010 100110 1000001 0 110111 100001001 110000 11110

Color Harmonies of #472872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472872

Black with #472872

Text Example


Text Example

White with #472872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472872; }

 p { color: rgb(71,40,114); }

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

background-color css

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

 a { background-color: rgb(71,40,114); }

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

border-color css

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

 span { border-color: rgb(71,40,114); }

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