#461E71

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

Shades of Blue Diamond #461E71

Tints of Blue Diamond #461E71

Color information

#461E71 (or 0x461E71) is unknown color: approx Blue Diamond. HEX triplet: 46, 1E and 71. RGB value is (70,30,113). Sum of RGB (Red+Green+Blue) = 70+30+113=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #461E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E71 is #B9E18E. Grayscale: #333333. Windows color (decimal): -12181903 or 7413318. OLE color: 7413318.

HSL color Cylindrical-coordinate representation of color #461E71: hue angle of 268.92º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461E71 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7030113-
CMYK0.380.7300.56
HSL268.92º58.04%28.04%-
HSV(B)268.92º73.45%44.31%-
XYZ5.973.4215.97-
YUV51.42162.75141.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=32.86%
G=14.08%
B=53.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70301130.380.7300.56268.9258.0428.04
Hex461E71264903810d3a1c
Octal10636161461110704157234
Binary10001101111011100011001101001001011100010000110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461E71; }

 p { color: rgb(70,30,113); }

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

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

 a { background-color: rgb(70,30,113); }

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

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

 span { border-color: rgb(70,30,113); }

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