#471779

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

Shades of Blue Diamond #471779

Tints of Blue Diamond #471779

Color information

#471779 (or 0x471779) is unknown color: approx Blue Diamond. HEX triplet: 47, 17 and 79. RGB value is (71,23,121). Sum of RGB (Red+Green+Blue) = 71+23+121=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #471779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471779 is #B8E886. Grayscale: #303030. Windows color (decimal): -12118151 or 7935815. OLE color: 7935815.

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

Color convert

RGB7123121-
CMYK0.410.8100.53
HSL269.39º68.06%28.24%-
HSV(B)269.39º80.99%47.45%-
XYZ6.363.3318.4-
YUV48.52168.9144.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 121 (47.66% from 255) = 56.28%
R=33.02%
G=10.70%
B=56.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71231210.410.8100.53269.3968.0628.24
Hex471779295103510d441c
Octal107271715112106541510434
Binary100011110111111100110100110100010110101100001101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471779; }

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

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

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

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

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

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

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

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