Html Css Color HEX #471974 Blue Diamond

📋 copy color: '#471974'

red 71 ◦ green 25 ◦ blue 116

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

Shades of Blue Diamond #471974

Tints of Blue Diamond #471974

RGB

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

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

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

R = 33.49%
G = 11.79%
B = 54.72%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471974 (or 0x471974) is known color: Blue Diamond. HEX triplet: 47, 19 and 74. RGB value is (71,25,116). Sum of RGB (Red+Green+Blue) = 71+25+116=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #471974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471974 is #B8E68B. Grayscale: #303030. Windows color (decimal): -12117644 or 7608647. OLE color: 7608647.

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

Color convert

RGB 71 25 116 -
CMYK 0.39 0.78 0 0.55
HSL 270.33º 0.65% 0.28% -
HSV(B) 270.33º 0.78% 0.45% -
XYZ 6.1 3.3 16.84 -
YUV 49.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 71 25 116 0.39 0.78 0 0.55 270.33 0.65 0.28
Hex 47 19 74 27 4E 0 37 10E 41 1C
Octal 107 31 164 47 116 0 67 416 101 34
Binary 1000111 11001 1110100 100111 1001110 0 110111 100001110 1000001 11100

Color Harmonies of #471974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471974

Black with #471974

Text Example


Text Example

White with #471974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471974; }

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

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

background-color css

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

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

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

border-color css

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

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

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