#462570

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

Shades of Blue Diamond #462570

Tints of Blue Diamond #462570

Color information

#462570 (or 0x462570) is unknown color: approx Blue Diamond. HEX triplet: 46, 25 and 70. RGB value is (70,37,112). Sum of RGB (Red+Green+Blue) = 70+37+112=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #462570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462570 is #B9DA8F. Grayscale: #373737. Windows color (decimal): -12180112 or 7349574. OLE color: 7349574.

HSL color Cylindrical-coordinate representation of color #462570: hue angle of 266.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462570 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7037112-
CMYK0.380.6700.56
HSL266.4º50.34%29.22%-
HSV(B)266.4º66.96%43.92%-
XYZ6.113.815.74-
YUV55.42159.93138.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=31.96%
G=16.89%
B=51.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70371120.380.6700.56266.450.3429.22
Hex462570264303810a321d
Octal10645160461030704126235
Binary100011010010111100001001101000011011100010000101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462570; }

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

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

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

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

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

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

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

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