Html Css Color HEX #471973 Blue Diamond

📋 copy color: '#471973'

red 71 ◦ green 25 ◦ blue 115

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

Shades of Blue Diamond #471973

Tints of Blue Diamond #471973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

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

R = 33.65%
G = 11.85%
B = 54.5%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471973 (or 0x471973) is known color: Blue Diamond. HEX triplet: 47, 19 and 73. RGB value is (71,25,115). Sum of RGB (Red+Green+Blue) = 71+25+115=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #471973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471973 is #B8E68C. Grayscale: #303030. Windows color (decimal): -12117645 or 7543111. OLE color: 7543111.

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

Color convert

RGB 71 25 115 -
CMYK 0.38 0.78 0 0.55
HSL 270.67º 0.64% 0.27% -
HSV(B) 270.67º 0.78% 0.45% -
XYZ 6.04 3.27 16.53 -
YUV 49.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 71 25 115 0.38 0.78 0 0.55 270.67 0.64 0.27
Hex 47 19 73 26 4E 0 37 10F 40 1B
Octal 107 31 163 46 116 0 67 417 100 33
Binary 1000111 11001 1110011 100110 1001110 0 110111 100001111 1000000 11011

Color Harmonies of #471973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471973

Black with #471973

Text Example


Text Example

White with #471973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471973; }

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

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

background-color css

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

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

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

border-color css

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

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

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