Html Css Color HEX #471976 Blue Diamond

📋 copy color: '#471976'

red 71 ◦ green 25 ◦ blue 118

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

Shades of Blue Diamond #471976

Tints of Blue Diamond #471976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

 BLUE value IS 118 (46.48% from 255) = 55.14%

R = 33.18%
G = 11.68%
B = 55.14%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#471976 (or 0x471976) is known color: Blue Diamond. HEX triplet: 47, 19 and 76. RGB value is (71,25,118). Sum of RGB (Red+Green+Blue) = 71+25+118=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #471976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471976 is #B8E689. Grayscale: #313131. Windows color (decimal): -12117642 or 7739719. OLE color: 7739719.

HSL color Cylindrical-coordinate representation of color #471976: hue angle of 269.68º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471976 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 25 118 -
CMYK 0.40 0.79 0 0.54
HSL 269.68º 0.65% 0.28% -
HSV(B) 269.68º 0.79% 0.46% -
XYZ 6.22 3.34 17.46 -
YUV 49.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 71 25 118 0.40 0.79 0 0.54 269.68 0.65 0.28
Hex 47 19 76 28 4F 0 36 10E 41 1C
Octal 107 31 166 50 117 0 66 416 101 34
Binary 1000111 11001 1110110 101000 1001111 0 110110 100001110 1000001 11100

Color Harmonies of #471976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471976

Black with #471976

Text Example


Text Example

White with #471976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471976; }

 p { color: rgb(71,25,118); }

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

background-color css

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

 a { background-color: rgb(71,25,118); }

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

border-color css

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

 span { border-color: rgb(71,25,118); }

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