Html Css Color HEX #472471 Blue Diamond

📋 copy color: '#472471'

red 71 ◦ green 36 ◦ blue 113

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

Shades of Blue Diamond #472471

Tints of Blue Diamond #472471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 32.27%
G = 16.36%
B = 51.36%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472471 (or 0x472471) is known color: Blue Diamond. HEX triplet: 47, 24 and 71. RGB value is (71,36,113). Sum of RGB (Red+Green+Blue) = 71+36+113=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #472471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472471 is #B8DB8E. Grayscale: #363636. Windows color (decimal): -12114831 or 7414855. OLE color: 7414855.

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

Color convert

RGB 71 36 113 -
CMYK 0.37 0.68 0 0.56
HSL 267.27º 0.52% 0.29% -
HSV(B) 267.27º 0.68% 0.44% -
XYZ 6.21 3.79 16.03 -
YUV 55.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 71 36 113 0.37 0.68 0 0.56 267.27 0.52 0.29
Hex 47 24 71 25 44 0 38 10B 34 1D
Octal 107 44 161 45 104 0 70 413 64 35
Binary 1000111 100100 1110001 100101 1000100 0 111000 100001011 110100 11101

Color Harmonies of #472471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472471

Black with #472471

Text Example


Text Example

White with #472471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472471; }

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

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

background-color css

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

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

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

border-color css

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

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

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