#462473

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

Shades of Blue Diamond #462473

Tints of Blue Diamond #462473

Color information

#462473 (or 0x462473) is unknown color: approx Blue Diamond. HEX triplet: 46, 24 and 73. RGB value is (70,36,115). Sum of RGB (Red+Green+Blue) = 70+36+115=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #462473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462473 is #B9DB8C. Grayscale: #363636. Windows color (decimal): -12180365 or 7545926. OLE color: 7545926.

HSL color Cylindrical-coordinate representation of color #462473: hue angle of 265.82º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462473 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7036115-
CMYK0.390.6900.55
HSL265.82º52.32%29.61%-
HSV(B)265.82º68.7%45.1%-
XYZ6.253.816.62-
YUV55.17161.76138.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=31.67%
G=16.29%
B=52.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70361150.390.6900.55265.8252.3229.61
Hex462473274503710a341e
Octal10644163471050674126436
Binary100011010010011100111001111000101011011110000101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462473; }

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

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

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

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

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

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

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

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