#471778

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

Shades of Blue Diamond #471778

Tints of Blue Diamond #471778

Color information

#471778 (or 0x471778) is unknown color: approx Blue Diamond. HEX triplet: 47, 17 and 78. RGB value is (71,23,120). Sum of RGB (Red+Green+Blue) = 71+23+120=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #471778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471778 is #B8E887. Grayscale: #303030. Windows color (decimal): -12118152 or 7870279. OLE color: 7870279.

HSL color Cylindrical-coordinate representation of color #471778: hue angle of 269.69º 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 #471778 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7123120-
CMYK0.410.8100.53
HSL269.69º67.83%28.04%-
HSV(B)269.69º80.83%47.06%-
XYZ6.33.3118.08-
YUV48.41168.4144.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 23 (9.38% from 255) = 10.75%
BLUE value IS 120 (47.27% from 255) = 56.07%
R=33.18%
G=10.75%
B=56.07%

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
Decimal71231200.410.8100.53269.6967.8328.04
Hex471778295103510e441c
Octal107271705112106541610434
Binary100011110111111100010100110100010110101100001110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471778; }

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

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

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

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

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

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

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

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