#462169

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

Shades of Blue Diamond #462169

Tints of Blue Diamond #462169

Color information

#462169 (or 0x462169) is unknown color: approx Blue Diamond. HEX triplet: 46, 21 and 69. RGB value is (70,33,105). Sum of RGB (Red+Green+Blue) = 70+33+105=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #462169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462169 is #B9DE96. Grayscale: #343434. Windows color (decimal): -12181143 or 6889798. OLE color: 6889798.

HSL color Cylindrical-coordinate representation of color #462169: hue angle of 270.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462169 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7033105-
CMYK0.330.6900.59
HSL270.83º52.17%27.06%-
HSV(B)270.83º68.57%41.18%-
XYZ5.623.4113.73-
YUV52.27157.76140.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=33.65%
G=15.87%
B=50.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70331050.330.6900.59270.8352.1727.06
Hex462169214503B10f341b
Octal10641151411050734176433
Binary100011010000111010011000011000101011101110000111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462169; }

 p { color: rgb(70,33,105); }

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

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

 a { background-color: rgb(70,33,105); }

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

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

 span { border-color: rgb(70,33,105); }

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