#471679

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

Shades of Blue Diamond #471679

Tints of Blue Diamond #471679

Color information

#471679 (or 0x471679) is unknown color: approx Blue Diamond. HEX triplet: 47, 16 and 79. RGB value is (71,22,121). Sum of RGB (Red+Green+Blue) = 71+22+121=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #471679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471679 is #B8E986. Grayscale: #2F2F2F. Windows color (decimal): -12118407 or 7935559. OLE color: 7935559.

HSL color Cylindrical-coordinate representation of color #471679: hue angle of 269.7º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471679 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7122121-
CMYK0.410.8200.53
HSL269.7º69.23%28.04%-
HSV(B)269.7º81.82%47.45%-
XYZ6.343.2918.39-
YUV47.94169.23144.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 22 (8.98% from 255) = 10.28%
BLUE value IS 121 (47.66% from 255) = 56.54%
R=33.18%
G=10.28%
B=56.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71221210.410.8200.53269.769.2328.04
Hex471679295203510e451c
Octal107261715112206541610534
Binary100011110110111100110100110100100110101100001110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471679; }

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

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

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

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

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

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

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

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