Html Css Color HEX #471E73 Blue Diamond

📋 copy color: '#471E73'

red 71 ◦ green 30 ◦ blue 115

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

Shades of Blue Diamond #471E73

Tints of Blue Diamond #471E73

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.89%

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 32.87%
G = 13.89%
B = 53.24%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471E73 (or 0x471E73) is known color: Blue Diamond. HEX triplet: 47, 1E and 73. RGB value is (71,30,115). Sum of RGB (Red+Green+Blue) = 71+30+115=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #471E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E73 is #B8E18C. Grayscale: #333333. Windows color (decimal): -12116365 or 7544391. OLE color: 7544391.

HSL color Cylindrical-coordinate representation of color #471E73: hue angle of 268.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #471E73 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 30 115 -
CMYK 0.38 0.74 0 0.55
HSL 268.94º 0.59% 0.28% -
HSV(B) 268.94º 0.74% 0.45% -
XYZ 6.16 3.51 16.57 -
YUV 51.95 163.58 141.59 -
System Red Green Blue C M Y K H S L
Decimal 71 30 115 0.38 0.74 0 0.55 268.94 0.59 0.28
Hex 47 1E 73 26 4A 0 37 10D 3B 1C
Octal 107 36 163 46 112 0 67 415 73 34
Binary 1000111 11110 1110011 100110 1001010 0 110111 100001101 111011 11100

Color Harmonies of #471E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E73

Black with #471E73

Text Example


Text Example

White with #471E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,115); }

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

background-color css

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

 a { background-color: rgb(71,30,115); }

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

border-color css

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

 span { border-color: rgb(71,30,115); }

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