#462471

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

Shades of Blue Diamond #462471

Tints of Blue Diamond #462471

Color information

#462471 (or 0x462471) is unknown color: approx Blue Diamond. HEX triplet: 46, 24 and 71. RGB value is (70,36,113). Sum of RGB (Red+Green+Blue) = 70+36+113=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #462471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462471 is #B9DB8E. Grayscale: #363636. Windows color (decimal): -12180367 or 7414854. OLE color: 7414854.

HSL color Cylindrical-coordinate representation of color #462471: hue angle of 266.49º degrees, saturation: 0.52, 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 #462471 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7036113-
CMYK0.380.6800.56
HSL266.49º51.68%29.22%-
HSV(B)266.49º68.14%44.31%-
XYZ6.143.7616.02-
YUV54.94160.76138.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=31.96%
G=16.44%
B=51.60%

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
Decimal70361130.380.6800.56266.4951.6829.22
Hex462471264403810a341d
Octal10644161461040704126435
Binary100011010010011100011001101000100011100010000101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462471; }

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

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

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

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

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

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

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

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