#462C6C

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

Shades of Blue Diamond #462C6C

Tints of Blue Diamond #462C6C

Color information

#462C6C (or 0x462C6C) is unknown color: approx Blue Diamond. HEX triplet: 46, 2C and 6C. RGB value is (70,44,108). Sum of RGB (Red+Green+Blue) = 70+44+108=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #462C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C6C is #B9D393. Grayscale: #3A3A3A. Windows color (decimal): -12178324 or 7089222. OLE color: 7089222.

HSL color Cylindrical-coordinate representation of color #462C6C: hue angle of 264.38º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462C6C is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7044108-
CMYK0.350.5900.58
HSL264.38º42.11%29.8%-
HSV(B)264.38º59.26%42.35%-
XYZ6.134.1914.67-
YUV59.07155.61135.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=31.53%
G=19.82%
B=48.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70441080.350.5900.58264.3842.1129.8
Hex462C6C233B03A1082a1e
Octal1065415443730724105236
Binary10001101011001101100100011111011011101010000100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462C6C; }

 p { color: rgb(70,44,108); }

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

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

 a { background-color: rgb(70,44,108); }

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

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

 span { border-color: rgb(70,44,108); }

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