Html Css Color HEX #471574 Blue Diamond

📋 copy color: '#471574'

red 71 ◦ green 21 ◦ blue 116

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

Shades of Blue Diamond #471574

Tints of Blue Diamond #471574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.1%

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 34.13%
G = 10.1%
B = 55.77%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471574 (or 0x471574) is known color: Blue Diamond. HEX triplet: 47, 15 and 74. RGB value is (71,21,116). Sum of RGB (Red+Green+Blue) = 71+21+116=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #471574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471574 is #B8EA8B. Grayscale: #2E2E2E. Windows color (decimal): -12118668 or 7607623. OLE color: 7607623.

HSL color Cylindrical-coordinate representation of color #471574: hue angle of 271.58º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471574 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 21 116 -
CMYK 0.39 0.82 0 0.55
HSL 271.58º 0.69% 0.27% -
HSV(B) 271.58º 0.82% 0.45% -
XYZ 6.02 3.14 16.81 -
YUV 46.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 71 21 116 0.39 0.82 0 0.55 271.58 0.69 0.27
Hex 47 15 74 27 52 0 37 110 45 1B
Octal 107 25 164 47 122 0 67 420 105 33
Binary 1000111 10101 1110100 100111 1010010 0 110111 100010000 1000101 11011

Color Harmonies of #471574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471574

Black with #471574

Text Example


Text Example

White with #471574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471574; }

 p { color: rgb(71,21,116); }

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

background-color css

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

 a { background-color: rgb(71,21,116); }

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

border-color css

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

 span { border-color: rgb(71,21,116); }

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