Html Css Color HEX #471776 Blue Diamond

📋 copy color: '#471776'

red 71 ◦ green 23 ◦ blue 118

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

Shades of Blue Diamond #471776

Tints of Blue Diamond #471776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

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

R = 33.49%
G = 10.85%
B = 55.66%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#471776 (or 0x471776) is known color: Blue Diamond. HEX triplet: 47, 17 and 76. RGB value is (71,23,118). Sum of RGB (Red+Green+Blue) = 71+23+118=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #471776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471776 is #B8E889. Grayscale: #2F2F2F. Windows color (decimal): -12118154 or 7739207. OLE color: 7739207.

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

Color convert

RGB 71 23 118 -
CMYK 0.40 0.81 0 0.54
HSL 270.32º 0.67% 0.28% -
HSV(B) 270.32º 0.81% 0.46% -
XYZ 6.17 3.26 17.44 -
YUV 48.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 71 23 118 0.40 0.81 0 0.54 270.32 0.67 0.28
Hex 47 17 76 28 51 0 36 10E 43 1C
Octal 107 27 166 50 121 0 66 416 103 34
Binary 1000111 10111 1110110 101000 1010001 0 110110 100001110 1000011 11100

Color Harmonies of #471776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471776

Black with #471776

Text Example


Text Example

White with #471776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471776; }

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

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

background-color css

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

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

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

border-color css

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

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

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