#462470

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

Shades of Blue Diamond #462470

Tints of Blue Diamond #462470

Color information

#462470 (or 0x462470) is unknown color: approx Blue Diamond. HEX triplet: 46, 24 and 70. RGB value is (70,36,112). Sum of RGB (Red+Green+Blue) = 70+36+112=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #462470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462470 is #B9DB8F. Grayscale: #363636. Windows color (decimal): -12180368 or 7349318. OLE color: 7349318.

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

Color convert

RGB7036112-
CMYK0.380.6800.56
HSL266.84º51.35%29.02%-
HSV(B)266.84º67.86%43.92%-
XYZ6.083.7315.73-
YUV54.83160.26138.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=32.11%
G=16.51%
B=51.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70361120.380.6800.56266.8451.3529.02
Hex462470264403810b331d
Octal10644160461040704136335
Binary100011010010011100001001101000100011100010000101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462470; }

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

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

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

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

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

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

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

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