#471E6E

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

Shades of Blue Diamond #471E6E

Tints of Blue Diamond #471E6E

Color information

#471E6E (or 0x471E6E) is unknown color: approx Blue Diamond. HEX triplet: 47, 1E and 6E. RGB value is (71,30,110). Sum of RGB (Red+Green+Blue) = 71+30+110=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #471E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E6E is #B8E191. Grayscale: #333333. Windows color (decimal): -12116370 or 7216711. OLE color: 7216711.

HSL color Cylindrical-coordinate representation of color #471E6E: hue angle of 270.75º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471E6E is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7130110-
CMYK0.350.7300.57
HSL270.75º57.14%27.45%-
HSV(B)270.75º72.73%43.14%-
XYZ5.883.3915.1-
YUV51.38161.08142-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 110 (43.36% from 255) = 52.13%
R=33.65%
G=14.22%
B=52.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71301100.350.7300.57270.7557.1427.45
Hex471E6E234903910f391b
Octal10736156431110714177133
Binary10001111111011011101000111001001011100110000111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471E6E; }

 p { color: rgb(71,30,110); }

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

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

 a { background-color: rgb(71,30,110); }

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

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

 span { border-color: rgb(71,30,110); }

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