#462E60

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

Shades of Blue Diamond #462E60

Tints of Blue Diamond #462E60

Color information

#462E60 (or 0x462E60) is unknown color: approx Blue Diamond. HEX triplet: 46, 2E and 60. RGB value is (70,46,96). Sum of RGB (Red+Green+Blue) = 70+46+96=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #462E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E60 is #B9D19F. Grayscale: #3A3A3A. Windows color (decimal): -12177824 or 6303302. OLE color: 6303302.

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

Color convert

RGB704696-
CMYK0.270.5200.62
HSL268.8º35.21%27.84%-
HSV(B)268.8º52.08%37.65%-
XYZ5.614.111.56-
YUV58.88148.95135.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=33.02%
G=21.70%
B=45.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7046960.270.5200.62268.835.2127.84
Hex462E601B3403E10d231c
Octal1065614033640764154334
Binary1000110101110110000011011110100011111010000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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