#471676

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

Shades of Blue Diamond #471676

Tints of Blue Diamond #471676

Color information

#471676 (or 0x471676) is unknown color: approx Blue Diamond. HEX triplet: 47, 16 and 76. RGB value is (71,22,118). Sum of RGB (Red+Green+Blue) = 71+22+118=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #471676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471676 is #B8E989. Grayscale: #2F2F2F. Windows color (decimal): -12118410 or 7738951. OLE color: 7738951.

HSL color Cylindrical-coordinate representation of color #471676: hue angle of 270.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471676 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7122118-
CMYK0.400.8100.54
HSL270.62º68.57%27.45%-
HSV(B)270.62º81.36%46.27%-
XYZ6.163.2217.44-
YUV47.6167.73144.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=33.65%
G=10.43%
B=55.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71221180.400.8100.54270.6268.5727.45
Hex471676285103610f451b
Octal107261665012106641710533
Binary100011110110111011010100010100010110110100001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471676; }

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

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

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

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

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

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

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

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