#462868

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

Shades of Blue Diamond #462868

Tints of Blue Diamond #462868

Color information

#462868 (or 0x462868) is unknown color: approx Blue Diamond. HEX triplet: 46, 28 and 68. RGB value is (70,40,104). Sum of RGB (Red+Green+Blue) = 70+40+104=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #462868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462868 is #B9D797. Grayscale: #383838. Windows color (decimal): -12179352 or 6826054. OLE color: 6826054.

HSL color Cylindrical-coordinate representation of color #462868: hue angle of 268.12º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #462868 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7040104-
CMYK0.330.6200.59
HSL268.12º44.44%28.24%-
HSV(B)268.12º61.54%40.78%-
XYZ5.783.8213.53-
YUV56.27154.94137.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=32.71%
G=18.69%
B=48.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70401040.330.6200.59268.1244.4428.24
Hex462868213E03B10c2c1c
Octal1065015041760734145434
Binary10001101010001101000100001111110011101110000110010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462868; }

 p { color: rgb(70,40,104); }

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

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

 a { background-color: rgb(70,40,104); }

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

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

 span { border-color: rgb(70,40,104); }

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