#46286E

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

Shades of Blue Diamond #46286E

Tints of Blue Diamond #46286E

Color information

#46286E (or 0x46286E) is unknown color: approx Blue Diamond. HEX triplet: 46, 28 and 6E. RGB value is (70,40,110). Sum of RGB (Red+Green+Blue) = 70+40+110=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #46286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46286E is #B9D791. Grayscale: #383838. Windows color (decimal): -12179346 or 7219270. OLE color: 7219270.

HSL color Cylindrical-coordinate representation of color #46286E: hue angle of 265.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46286E is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7040110-
CMYK0.360.6400.57
HSL265.71º46.67%29.41%-
HSV(B)265.71º63.64%43.14%-
XYZ6.13.9515.19-
YUV56.95157.94137.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 110 (43.36% from 255) = 50%
R=31.82%
G=18.18%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70401100.360.6400.57265.7146.6729.41
Hex46286E244003910a2f1d
Octal10650156441000714125735
Binary100011010100011011101001001000000011100110000101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46286E; }

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

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

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

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

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

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

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

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