#462565

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

Shades of Blue Diamond #462565

Tints of Blue Diamond #462565

Color information

#462565 (or 0x462565) is unknown color: approx Blue Diamond. HEX triplet: 46, 25 and 65. RGB value is (70,37,101). Sum of RGB (Red+Green+Blue) = 70+37+101=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #462565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462565 is #B9DA9A. Grayscale: #353535. Windows color (decimal): -12180123 or 6628678. OLE color: 6628678.

HSL color Cylindrical-coordinate representation of color #462565: hue angle of 270.94º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #462565 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7037101-
CMYK0.310.6300.60
HSL270.94º46.38%27.06%-
HSV(B)270.94º63.37%39.61%-
XYZ5.543.5612.71-
YUV54.16154.43139.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=33.65%
G=17.79%
B=48.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70371010.310.6300.60270.9446.3827.06
Hex4625651F3F03C10f2e1b
Octal1064514537770744175633
Binary1000110100101110010111111111111011110010000111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462565; }

 p { color: rgb(70,37,101); }

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

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

 a { background-color: rgb(70,37,101); }

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

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

 span { border-color: rgb(70,37,101); }

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