#462B6D

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

Shades of Blue Diamond #462B6D

Tints of Blue Diamond #462B6D

Color information

#462B6D (or 0x462B6D) is unknown color: approx Blue Diamond. HEX triplet: 46, 2B and 6D. RGB value is (70,43,109). Sum of RGB (Red+Green+Blue) = 70+43+109=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #462B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B6D is #B9D492. Grayscale: #3A3A3A. Windows color (decimal): -12178579 or 7154502. OLE color: 7154502.

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

Color convert

RGB7043109-
CMYK0.360.6100.57
HSL264.55º43.42%29.8%-
HSV(B)264.55º60.55%42.75%-
XYZ6.154.1314.94-
YUV58.6156.45136.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 43 (17.19% from 255) = 19.37%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=31.53%
G=19.37%
B=49.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70431090.360.6100.57264.5543.4229.8
Hex462B6D243D0391092b1e
Octal1065315544750714115336
Binary10001101010111101101100100111101011100110000100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462B6D; }

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

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

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

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

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

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

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

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