#462E6B

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

Shades of Blue Diamond #462E6B

Tints of Blue Diamond #462E6B

Color information

#462E6B (or 0x462E6B) is unknown color: approx Blue Diamond. HEX triplet: 46, 2E and 6B. RGB value is (70,46,107). Sum of RGB (Red+Green+Blue) = 70+46+107=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #462E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E6B is #B9D194. Grayscale: #3B3B3B. Windows color (decimal): -12177813 or 7024198. OLE color: 7024198.

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

Color convert

RGB7046107-
CMYK0.350.5700.58
HSL263.61º39.87%30%-
HSV(B)263.61º57.01%41.96%-
XYZ6.164.3214.42-
YUV60.13154.45135.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=31.39%
G=20.63%
B=47.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70461070.350.5700.58263.6139.8730
Hex462E6B233903A108281e
Octal1065615343710724105036
Binary10001101011101101011100011111001011101010000100010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,46,107); }

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

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

 a { background-color: rgb(70,46,107); }

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

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

 span { border-color: rgb(70,46,107); }

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