#462E61

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

Shades of Blue Diamond #462E61

Tints of Blue Diamond #462E61

Color information

#462E61 (or 0x462E61) is unknown color: approx Blue Diamond. HEX triplet: 46, 2E and 61. RGB value is (70,46,97). Sum of RGB (Red+Green+Blue) = 70+46+97=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #462E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E61 is #B9D19E. Grayscale: #3A3A3A. Windows color (decimal): -12177823 or 6368838. OLE color: 6368838.

HSL color Cylindrical-coordinate representation of color #462E61: hue angle of 268.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462E61 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB704697-
CMYK0.280.5300.62
HSL268.24º35.66%28.04%-
HSV(B)268.24º52.58%38.04%-
XYZ5.664.1211.81-
YUV58.99149.45135.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 46 (18.36% from 255) = 21.60%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=32.86%
G=21.60%
B=45.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7046970.280.5300.62268.2435.6628.04
Hex462E611C3503E10c241c
Octal1065614134650764144434
Binary1000110101110110000111100110101011111010000110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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