#462A64

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

Shades of Blue Diamond #462A64

Tints of Blue Diamond #462A64

Color information

#462A64 (or 0x462A64) is unknown color: approx Blue Diamond. HEX triplet: 46, 2A and 64. RGB value is (70,42,100). Sum of RGB (Red+Green+Blue) = 70+42+100=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #462A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A64 is #B9D59B. Grayscale: #383838. Windows color (decimal): -12178844 or 6564422. OLE color: 6564422.

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

Color convert

RGB7042100-
CMYK0.300.5800.61
HSL268.97º40.85%27.84%-
HSV(B)268.97º58%39.22%-
XYZ5.653.8812.51-
YUV56.98152.28137.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 100 (39.45% from 255) = 47.17%
R=33.02%
G=19.81%
B=47.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70421000.300.5800.61268.9740.8527.84
Hex462A641E3A03D10d291c
Octal1065214436720754155134
Binary1000110101010110010011110111010011110110000110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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