Html Css Color HEX #471F68 Blue Diamond

📋 copy color: '#471F68'

red 71 ◦ green 31 ◦ blue 104

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

Shades of Blue Diamond #471F68

Tints of Blue Diamond #471F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.05%

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

R = 34.47%
G = 15.05%
B = 50.49%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#471F68 (or 0x471F68) is known color: Blue Diamond. HEX triplet: 47, 1F and 68. RGB value is (71,31,104). Sum of RGB (Red+Green+Blue) = 71+31+104=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #471F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F68 is #B8E097. Grayscale: #333333. Windows color (decimal): -12116120 or 6823751. OLE color: 6823751.

HSL color Cylindrical-coordinate representation of color #471F68: hue angle of 272.88º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471F68 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 31 104 -
CMYK 0.32 0.70 0 0.59
HSL 272.88º 0.54% 0.26% -
HSV(B) 272.88º 0.7% 0.41% -
XYZ 5.59 3.32 13.44 -
YUV 51.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 71 31 104 0.32 0.70 0 0.59 272.88 0.54 0.26
Hex 47 1F 68 20 46 0 3B 111 36 1A
Octal 107 37 150 40 106 0 73 421 66 32
Binary 1000111 11111 1101000 100000 1000110 0 111011 100010001 110110 11010

Color Harmonies of #471F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F68

Black with #471F68

Text Example


Text Example

White with #471F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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