#462F60

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

Shades of Blue Diamond #462F60

Tints of Blue Diamond #462F60

Color information

#462F60 (or 0x462F60) is unknown color: approx Blue Diamond. HEX triplet: 46, 2F and 60. RGB value is (70,47,96). Sum of RGB (Red+Green+Blue) = 70+47+96=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #462F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F60 is #B9D09F. Grayscale: #3B3B3B. Windows color (decimal): -12177568 or 6303558. OLE color: 6303558.

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

Color convert

RGB704796-
CMYK0.270.5100.62
HSL268.16º34.27%28.04%-
HSV(B)268.16º51.04%37.65%-
XYZ5.654.1811.58-
YUV59.46148.62135.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 47 (18.75% from 255) = 22.07%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=32.86%
G=22.07%
B=45.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7047960.270.5100.62268.1634.2728.04
Hex462F601B3303E10c221c
Octal1065714033630764144234
Binary1000110101111110000011011110011011111010000110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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