#46137B

Color #46137B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #46137B

Tints of Indigo #46137B

Color information

#46137B (or 0x46137B) is unknown color: approx Indigo. HEX triplet: 46, 13 and 7B. RGB value is (70,19,123). Sum of RGB (Red+Green+Blue) = 70+19+123=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #46137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46137B is #B9EC84. Grayscale: #2D2D2D. Windows color (decimal): -12184709 or 8065862. OLE color: 8065862.

HSL color Cylindrical-coordinate representation of color #46137B: hue angle of 269.42º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46137B is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7019123-
CMYK0.430.8500.52
HSL269.42º73.24%27.84%-
HSV(B)269.42º84.55%48.24%-
XYZ6.333.219.02-
YUV46.1171.4145.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 19 (7.81% from 255) = 8.96%
BLUE value IS 123 (48.44% from 255) = 58.02%
R=33.02%
G=8.96%
B=58.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70191230.430.8500.52269.4273.2427.84
Hex46137B2B5503410d491c
Octal106231735312506441511134
Binary100011010011111101110101110101010110100100001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46137B; }

 p { color: rgb(70,19,123); }

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

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

 a { background-color: rgb(70,19,123); }

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

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

 span { border-color: rgb(70,19,123); }

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