#462464

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

Shades of Blue Diamond #462464

Tints of Blue Diamond #462464

Color information

#462464 (or 0x462464) is unknown color: approx Blue Diamond. HEX triplet: 46, 24 and 64. RGB value is (70,36,100). Sum of RGB (Red+Green+Blue) = 70+36+100=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #462464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462464 is #B9DB9B. Grayscale: #353535. Windows color (decimal): -12180380 or 6562886. OLE color: 6562886.

HSL color Cylindrical-coordinate representation of color #462464: hue angle of 271.88º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #462464 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7036100-
CMYK0.300.6400.61
HSL271.88º47.06%26.67%-
HSV(B)271.88º64%39.22%-
XYZ5.463.4812.44-
YUV53.46154.26139.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 100 (39.45% from 255) = 48.54%
R=33.98%
G=17.48%
B=48.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70361000.300.6400.61271.8847.0626.67
Hex4624641E4003D1102f1b
Octal10644144361000754205733
Binary10001101001001100100111101000000011110110001000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462464; }

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

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

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

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

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

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

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

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