#471D69

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

Shades of Blue Diamond #471D69

Tints of Blue Diamond #471D69

Color information

#471D69 (or 0x471D69) is unknown color: approx Blue Diamond. HEX triplet: 47, 1D and 69. RGB value is (71,29,105). Sum of RGB (Red+Green+Blue) = 71+29+105=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #471D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D69 is #B8E296. Grayscale: #313131. Windows color (decimal): -12116631 or 6888775. OLE color: 6888775.

HSL color Cylindrical-coordinate representation of color #471D69: hue angle of 273.16º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471D69 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7129105-
CMYK0.320.7200.59
HSL273.16º56.72%26.27%-
HSV(B)273.16º72.38%41.18%-
XYZ5.593.2413.7-
YUV50.22158.91142.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 29 (11.72% from 255) = 14.15%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=34.63%
G=14.15%
B=51.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71291050.320.7200.59273.1656.7226.27
Hex471D69204803B111391a
Octal10735151401100734217132
Binary10001111110111010011000001001000011101110001000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,29,105); }

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

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

 a { background-color: rgb(71,29,105); }

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

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

 span { border-color: rgb(71,29,105); }

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