#462B61

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

Shades of Blue Diamond #462B61

Tints of Blue Diamond #462B61

Color information

#462B61 (or 0x462B61) is unknown color: approx Blue Diamond. HEX triplet: 46, 2B and 61. RGB value is (70,43,97). Sum of RGB (Red+Green+Blue) = 70+43+97=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #462B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B61 is #B9D49E. Grayscale: #393939. Windows color (decimal): -12178591 or 6368070. OLE color: 6368070.

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

Color convert

RGB704397-
CMYK0.280.5600.62
HSL270º38.57%27.45%-
HSV(B)270º55.67%38.04%-
XYZ5.553.8911.77-
YUV57.23150.45137.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=33.33%
G=20.48%
B=46.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7043970.280.5600.6227038.5727.45
Hex462B611C3803E10e271b
Octal1065314134700764164733
Binary1000110101011110000111100111000011111010000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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