#471876

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

Shades of Blue Diamond #471876

Tints of Blue Diamond #471876

Color information

#471876 (or 0x471876) is unknown color: approx Blue Diamond. HEX triplet: 47, 18 and 76. RGB value is (71,24,118). Sum of RGB (Red+Green+Blue) = 71+24+118=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #471876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471876 is #B8E789. Grayscale: #303030. Windows color (decimal): -12117898 or 7739463. OLE color: 7739463.

HSL color Cylindrical-coordinate representation of color #471876: hue angle of 270º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471876 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7124118-
CMYK0.400.8000.54
HSL270º66.2%27.84%-
HSV(B)270º79.66%46.27%-
XYZ6.23.317.45-
YUV48.77167.07143.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=33.33%
G=11.27%
B=55.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71241180.400.8000.5427066.227.84
Hex471876285003610e421c
Octal107301665012006641610234
Binary100011111000111011010100010100000110110100001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471876; }

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

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

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

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

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

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

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

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