#462B64

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

Shades of Blue Diamond #462B64

Tints of Blue Diamond #462B64

Color information

#462B64 (or 0x462B64) is unknown color: approx Blue Diamond. HEX triplet: 46, 2B and 64. RGB value is (70,43,100). Sum of RGB (Red+Green+Blue) = 70+43+100=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #462B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B64 is #B9D49B. Grayscale: #393939. Windows color (decimal): -12178588 or 6564678. OLE color: 6564678.

HSL color Cylindrical-coordinate representation of color #462B64: hue angle of 268.42º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #462B64 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7043100-
CMYK0.300.5700.61
HSL268.42º39.86%28.04%-
HSV(B)268.42º57%39.22%-
XYZ5.693.9512.52-
YUV57.57151.95136.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=32.86%
G=20.19%
B=46.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70431000.300.5700.61268.4239.8628.04
Hex462B641E3903D10c281c
Octal1065314436710754145034
Binary1000110101011110010011110111001011110110000110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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