Html Css Color HEX #471C76 Blue Diamond

📋 copy color: '#471C76'

red 71 ◦ green 28 ◦ blue 118

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

Shades of Blue Diamond #471C76

Tints of Blue Diamond #471C76

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

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

R = 32.72%
G = 12.9%
B = 54.38%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#471C76 (or 0x471C76) is known color: Blue Diamond. HEX triplet: 47, 1C and 76. RGB value is (71,28,118). Sum of RGB (Red+Green+Blue) = 71+28+118=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #471C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C76 is #B8E389. Grayscale: #323232. Windows color (decimal): -12116874 or 7740487. OLE color: 7740487.

HSL color Cylindrical-coordinate representation of color #471C76: hue angle of 268.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471C76 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 28 118 -
CMYK 0.40 0.76 0 0.54
HSL 268.67º 0.62% 0.29% -
HSV(B) 268.67º 0.76% 0.46% -
XYZ 6.28 3.48 17.48 -
YUV 51.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 71 28 118 0.40 0.76 0 0.54 268.67 0.62 0.29
Hex 47 1C 76 28 4C 0 36 10D 3E 1D
Octal 107 34 166 50 114 0 66 415 76 35
Binary 1000111 11100 1110110 101000 1001100 0 110110 100001101 111110 11101

Color Harmonies of #471C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C76

Black with #471C76

Text Example


Text Example

White with #471C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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