#462765

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

Shades of Blue Diamond #462765

Tints of Blue Diamond #462765

Color information

#462765 (or 0x462765) is unknown color: approx Blue Diamond. HEX triplet: 46, 27 and 65. RGB value is (70,39,101). Sum of RGB (Red+Green+Blue) = 70+39+101=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #462765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462765 is #B9D89A. Grayscale: #373737. Windows color (decimal): -12179611 or 6629190. OLE color: 6629190.

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

Color convert

RGB7039101-
CMYK0.310.6100.60
HSL270º44.29%27.45%-
HSV(B)270º61.39%39.61%-
XYZ5.63.6912.73-
YUV55.34153.77138.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=33.33%
G=18.57%
B=48.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70391010.310.6100.6027044.2927.45
Hex4627651F3D03C10e2c1b
Octal1064714537750744165433
Binary1000110100111110010111111111101011110010000111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462765; }

 p { color: rgb(70,39,101); }

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

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

 a { background-color: rgb(70,39,101); }

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

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

 span { border-color: rgb(70,39,101); }

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