#462966

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

Shades of Blue Diamond #462966

Tints of Blue Diamond #462966

Color information

#462966 (or 0x462966) is unknown color: approx Blue Diamond. HEX triplet: 46, 29 and 66. RGB value is (70,41,102). Sum of RGB (Red+Green+Blue) = 70+41+102=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #462966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462966 is #B9D699. Grayscale: #383838. Windows color (decimal): -12179098 or 6695238. OLE color: 6695238.

HSL color Cylindrical-coordinate representation of color #462966: hue angle of 268.52º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462966 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7041102-
CMYK0.310.6000.6
HSL268.52º42.66%28.04%-
HSV(B)268.52º59.8%40%-
XYZ5.723.8513.01-
YUV56.62153.61137.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=32.86%
G=19.25%
B=47.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70411020.310.6000.6268.5242.6628.04
Hex4629661F3C03C10d2b1c
Octal1065114637740744155334
Binary1000110101001110011011111111100011110010000110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462966; }

 p { color: rgb(70,41,102); }

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

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

 a { background-color: rgb(70,41,102); }

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

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

 span { border-color: rgb(70,41,102); }

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