#46296A

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

Shades of Blue Diamond #46296A

Tints of Blue Diamond #46296A

Color information

#46296A (or 0x46296A) is unknown color: approx Blue Diamond. HEX triplet: 46, 29 and 6A. RGB value is (70,41,106). Sum of RGB (Red+Green+Blue) = 70+41+106=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #46296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46296A is #B9D695. Grayscale: #383838. Windows color (decimal): -12179094 or 6957382. OLE color: 6957382.

HSL color Cylindrical-coordinate representation of color #46296A: hue angle of 266.77º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46296A is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7041106-
CMYK0.340.6100.58
HSL266.77º44.22%28.82%-
HSV(B)266.77º61.32%41.57%-
XYZ5.923.9314.08-
YUV57.08155.61137.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=32.26%
G=18.89%
B=48.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70411060.340.6100.58266.7744.2228.82
Hex46296A223D03A10b2c1d
Octal1065115242750724135435
Binary10001101010011101010100010111101011101010000101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46296A; }

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

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

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

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

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

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

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

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