Html Css Color HEX #471A76 Blue Diamond

📋 copy color: '#471A76'

red 71 ◦ green 26 ◦ blue 118

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

Shades of Blue Diamond #471A76

Tints of Blue Diamond #471A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

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

R = 33.02%
G = 12.09%
B = 54.88%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#471A76 (or 0x471A76) is known color: Blue Diamond. HEX triplet: 47, 1A and 76. RGB value is (71,26,118). Sum of RGB (Red+Green+Blue) = 71+26+118=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #471A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A76 is #B8E589. Grayscale: #313131. Windows color (decimal): -12117386 or 7739975. OLE color: 7739975.

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

Color convert

RGB 71 26 118 -
CMYK 0.40 0.78 0 0.54
HSL 269.35º 0.64% 0.28% -
HSV(B) 269.35º 0.78% 0.46% -
XYZ 6.24 3.39 17.46 -
YUV 49.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 71 26 118 0.40 0.78 0 0.54 269.35 0.64 0.28
Hex 47 1A 76 28 4E 0 36 10D 40 1C
Octal 107 32 166 50 116 0 66 415 100 34
Binary 1000111 11010 1110110 101000 1001110 0 110110 100001101 1000000 11100

Color Harmonies of #471A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A76

Black with #471A76

Text Example


Text Example

White with #471A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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