#471670

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

Shades of Blue Diamond #471670

Tints of Blue Diamond #471670

Color information

#471670 (or 0x471670) is unknown color: approx Blue Diamond. HEX triplet: 47, 16 and 70. RGB value is (71,22,112). Sum of RGB (Red+Green+Blue) = 71+22+112=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #471670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471670 is #B8E98F. Grayscale: #2E2E2E. Windows color (decimal): -12118416 or 7345735. OLE color: 7345735.

HSL color Cylindrical-coordinate representation of color #471670: hue angle of 272.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471670 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7122112-
CMYK0.370.8000.56
HSL272.67º67.16%26.27%-
HSV(B)272.67º80.36%43.92%-
XYZ5.813.0815.62-
YUV46.91164.73145.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=34.63%
G=10.73%
B=54.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71221120.370.8000.56272.6767.1626.27
Hex4716702550038111431a
Octal107261604512007042110332
Binary100011110110111000010010110100000111000100010001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471670; }

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

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

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

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

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

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

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

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