Html Css Color HEX #471A77 Blue Diamond

📋 copy color: '#471A77'

red 71 ◦ green 26 ◦ blue 119

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

Shades of Blue Diamond #471A77

Tints of Blue Diamond #471A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 55.09%

R = 32.87%
G = 12.04%
B = 55.09%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471A77 (or 0x471A77) is known color: Blue Diamond. HEX triplet: 47, 1A and 77. RGB value is (71,26,119). Sum of RGB (Red+Green+Blue) = 71+26+119=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #471A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A77 is #B8E588. Grayscale: #313131. Windows color (decimal): -12117385 or 7805511. OLE color: 7805511.

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

Color convert

RGB 71 26 119 -
CMYK 0.40 0.78 0 0.53
HSL 269.03º 0.64% 0.28% -
HSV(B) 269.03º 0.78% 0.47% -
XYZ 6.3 3.41 17.78 -
YUV 50.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 71 26 119 0.40 0.78 0 0.53 269.03 0.64 0.28
Hex 47 1A 77 28 4E 0 35 10D 40 1C
Octal 107 32 167 50 116 0 65 415 100 34
Binary 1000111 11010 1110111 101000 1001110 0 110101 100001101 1000000 11100

Color Harmonies of #471A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A77

Black with #471A77

Text Example


Text Example

White with #471A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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