Html Css Color HEX #471968 Blue Diamond

📋 copy color: '#471968'

red 71 ◦ green 25 ◦ blue 104

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

Shades of Blue Diamond #471968

Tints of Blue Diamond #471968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52%

R = 35.5%
G = 12.5%
B = 52%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#471968 (or 0x471968) is known color: Blue Diamond. HEX triplet: 47, 19 and 68. RGB value is (71,25,104). Sum of RGB (Red+Green+Blue) = 71+25+104=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #471968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471968 is #B8E697. Grayscale: #2F2F2F. Windows color (decimal): -12117656 or 6822215. OLE color: 6822215.

HSL color Cylindrical-coordinate representation of color #471968: hue angle of 274.94º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471968 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 25 104 -
CMYK 0.32 0.76 0 0.59
HSL 274.94º 0.61% 0.25% -
HSV(B) 274.94º 0.76% 0.41% -
XYZ 5.44 3.03 13.4 -
YUV 47.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 71 25 104 0.32 0.76 0 0.59 274.94 0.61 0.25
Hex 47 19 68 20 4C 0 3B 113 3D 19
Octal 107 31 150 40 114 0 73 423 75 31
Binary 1000111 11001 1101000 100000 1001100 0 111011 100010011 111101 11001

Color Harmonies of #471968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471968

Black with #471968

Text Example


Text Example

White with #471968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471968; }

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

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

background-color css

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

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

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

border-color css

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

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

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