#462963

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

Shades of Blue Diamond #462963

Tints of Blue Diamond #462963

Color information

#462963 (or 0x462963) is unknown color: approx Blue Diamond. HEX triplet: 46, 29 and 63. RGB value is (70,41,99). Sum of RGB (Red+Green+Blue) = 70+41+99=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #462963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462963 is #B9D69C. Grayscale: #383838. Windows color (decimal): -12179101 or 6498630. OLE color: 6498630.

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

Color convert

RGB704199-
CMYK0.290.5900.61
HSL270º41.43%27.45%-
HSV(B)270º58.59%38.82%-
XYZ5.573.7912.24-
YUV56.28152.11137.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=33.33%
G=19.52%
B=47.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7041990.290.5900.6127041.4327.45
Hex4629631D3B03D10e291b
Octal1065114335730754165133
Binary1000110101001110001111101111011011110110000111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462963; }

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

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

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

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

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

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

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

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