#462969

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

Shades of Blue Diamond #462969

Tints of Blue Diamond #462969

Color information

#462969 (or 0x462969) is unknown color: approx Blue Diamond. HEX triplet: 46, 29 and 69. RGB value is (70,41,105). Sum of RGB (Red+Green+Blue) = 70+41+105=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #462969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462969 is #B9D696. Grayscale: #383838. Windows color (decimal): -12179095 or 6891846. OLE color: 6891846.

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

Color convert

RGB7041105-
CMYK0.330.6100.59
HSL267.19º43.84%28.63%-
HSV(B)267.19º60.95%41.18%-
XYZ5.873.9113.81-
YUV56.97155.11137.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=32.41%
G=18.98%
B=48.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70411050.330.6100.59267.1943.8428.63
Hex462969213D03B10b2c1d
Octal1065115141750734135435
Binary10001101010011101001100001111101011101110000101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462969; }

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

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

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

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

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

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

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

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