#462668

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

Shades of Blue Diamond #462668

Tints of Blue Diamond #462668

Color information

#462668 (or 0x462668) is unknown color: approx Blue Diamond. HEX triplet: 46, 26 and 68. RGB value is (70,38,104). Sum of RGB (Red+Green+Blue) = 70+38+104=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #462668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462668 is #B9D997. Grayscale: #363636. Windows color (decimal): -12179864 or 6825542. OLE color: 6825542.

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

Color convert

RGB7038104-
CMYK0.330.6300.59
HSL269.09º46.48%27.84%-
HSV(B)269.09º63.46%40.78%-
XYZ5.723.6913.51-
YUV55.09155.6138.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 104 (41.02% from 255) = 49.06%
R=33.02%
G=17.92%
B=49.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70381040.330.6300.59269.0946.4827.84
Hex462668213F03B10d2e1c
Octal1064615041770734155634
Binary10001101001101101000100001111111011101110000110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462668; }

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

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

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

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

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

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

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

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