#462869

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

Shades of Blue Diamond #462869

Tints of Blue Diamond #462869

Color information

#462869 (or 0x462869) is unknown color: approx Blue Diamond. HEX triplet: 46, 28 and 69. RGB value is (70,40,105). Sum of RGB (Red+Green+Blue) = 70+40+105=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #462869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462869 is #B9D796. Grayscale: #383838. Windows color (decimal): -12179351 or 6891590. OLE color: 6891590.

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

Color convert

RGB7040105-
CMYK0.330.6200.59
HSL267.69º44.83%28.43%-
HSV(B)267.69º61.9%41.18%-
XYZ5.833.8413.8-
YUV56.38155.44137.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=32.56%
G=18.60%
B=48.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70401050.330.6200.59267.6944.8328.43
Hex462869213E03B10c2d1c
Octal1065015141760734145534
Binary10001101010001101001100001111110011101110000110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462869; }

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

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

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

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

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

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

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

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