Html Css Color HEX #472771 Blue Diamond

📋 copy color: '#472771'

red 71 ◦ green 39 ◦ blue 113

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

Shades of Blue Diamond #472771

Tints of Blue Diamond #472771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 31.84%
G = 17.49%
B = 50.67%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472771 (or 0x472771) is known color: Blue Diamond. HEX triplet: 47, 27 and 71. RGB value is (71,39,113). Sum of RGB (Red+Green+Blue) = 71+39+113=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #472771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472771 is #B8D88E. Grayscale: #383838. Windows color (decimal): -12114063 or 7415623. OLE color: 7415623.

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

Color convert

RGB 71 39 113 -
CMYK 0.37 0.65 0 0.56
HSL 265.95º 0.49% 0.3% -
HSV(B) 265.95º 0.65% 0.44% -
XYZ 6.3 3.98 16.06 -
YUV 57 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 71 39 113 0.37 0.65 0 0.56 265.95 0.49 0.3
Hex 47 27 71 25 41 0 38 10A 31 1E
Octal 107 47 161 45 101 0 70 412 61 36
Binary 1000111 100111 1110001 100101 1000001 0 111000 100001010 110001 11110

Color Harmonies of #472771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472771

Black with #472771

Text Example


Text Example

White with #472771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472771; }

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

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

background-color css

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

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

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

border-color css

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

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

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