#461A6D

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

Shades of Blue Diamond #461A6D

Tints of Blue Diamond #461A6D

Color information

#461A6D (or 0x461A6D) is unknown color: approx Blue Diamond. HEX triplet: 46, 1A and 6D. RGB value is (70,26,109). Sum of RGB (Red+Green+Blue) = 70+26+109=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #461A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A6D is #B9E592. Grayscale: #303030. Windows color (decimal): -12182931 or 7150150. OLE color: 7150150.

HSL color Cylindrical-coordinate representation of color #461A6D: hue angle of 271.81º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461A6D is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7026109-
CMYK0.360.7600.57
HSL271.81º61.48%26.47%-
HSV(B)271.81º76.15%42.75%-
XYZ5.663.1514.78-
YUV48.62162.08143.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=34.15%
G=12.68%
B=53.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70261090.360.7600.57271.8161.4826.47
Hex461A6D244C0391103d1a
Octal10632155441140714207532
Binary10001101101011011011001001001100011100110001000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,26,109); }

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

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

 a { background-color: rgb(70,26,109); }

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

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

 span { border-color: rgb(70,26,109); }

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