#462566

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

Shades of Blue Diamond #462566

Tints of Blue Diamond #462566

Color information

#462566 (or 0x462566) is unknown color: approx Blue Diamond. HEX triplet: 46, 25 and 66. RGB value is (70,37,102). Sum of RGB (Red+Green+Blue) = 70+37+102=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #462566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462566 is #B9DA99. Grayscale: #363636. Windows color (decimal): -12180122 or 6694214. OLE color: 6694214.

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

Color convert

RGB7037102-
CMYK0.310.6400.6
HSL270.46º46.76%27.25%-
HSV(B)270.46º63.73%40%-
XYZ5.593.5812.97-
YUV54.28154.93139.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=33.49%
G=17.70%
B=48.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70371020.310.6400.6270.4646.7627.25
Hex4625661F4003C10e2f1b
Octal10645146371000744165733
Binary10001101001011100110111111000000011110010000111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462566; }

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

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

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

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

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

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

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

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