#471674

Color #471674 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #471674

Tints of Blue Diamond #471674

Color information

#471674 (or 0x471674) is unknown color: approx Blue Diamond. HEX triplet: 47, 16 and 74. RGB value is (71,22,116). Sum of RGB (Red+Green+Blue) = 71+22+116=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #471674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471674 is #B8E98B. Grayscale: #2F2F2F. Windows color (decimal): -12118412 or 7607879. OLE color: 7607879.

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

Color convert

RGB7122116-
CMYK0.390.8100.55
HSL271.28º68.12%27.06%-
HSV(B)271.28º81.03%45.49%-
XYZ6.043.1716.82-
YUV47.37166.73144.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 116 (45.70% from 255) = 55.50%
R=33.97%
G=10.53%
B=55.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71221160.390.8100.55271.2868.1227.06
Hex471674275103710f441b
Octal107261644712106741710433
Binary100011110110111010010011110100010110111100001111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471674; }

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

 H1.HeaderClassName
 {
   color: #471674;
 }
 .AnyTagClassName
 {
   color: #471674;
 }
</style>
background-color css

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

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

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

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

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

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