#46286F

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

Shades of Blue Diamond #46286F

Tints of Blue Diamond #46286F

Color information

#46286F (or 0x46286F) is unknown color: approx Blue Diamond. HEX triplet: 46, 28 and 6F. RGB value is (70,40,111). Sum of RGB (Red+Green+Blue) = 70+40+111=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #46286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46286F is #B9D790. Grayscale: #383838. Windows color (decimal): -12179345 or 7284806. OLE color: 7284806.

HSL color Cylindrical-coordinate representation of color #46286F: hue angle of 265.35º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46286F is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7040111-
CMYK0.370.6400.56
HSL265.35º47.02%29.61%-
HSV(B)265.35º63.96%43.53%-
XYZ6.153.9715.48-
YUV57.06158.44137.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 111 (43.75% from 255) = 50.23%
R=31.67%
G=18.10%
B=50.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70401110.370.6400.56265.3547.0229.61
Hex46286F25400381092f1e
Octal10650157451000704115736
Binary100011010100011011111001011000000011100010000100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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