Html Css Color HEX #46068B Indigo

📋 copy color: '#46068B'

red 70 ◦ green 6 ◦ blue 139

#46068B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #46068B

Tints of Indigo #46068B

RGB

 RED value IS 70 (27.73% from 255) = 32.56%

 GREEN value IS 6 (2.73% from 255) = 2.79%

 BLUE value IS 139 (54.69% from 255) = 64.65%

R = 32.56%
G = 2.79%
B = 64.65%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46068B (or 0x46068B) is known color: Indigo. HEX triplet: 46, 06 and 8B. RGB value is (70,6,139). Sum of RGB (Red+Green+Blue) = 70+6+139=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #46068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46068B is #B9F974. Grayscale: #272727. Windows color (decimal): -12188021 or 9111110. OLE color: 9111110.

HSL color Cylindrical-coordinate representation of color #46068B: hue angle of 268.87º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46068B is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 6 139 -
CMYK 0.50 0.96 0 0.45
HSL 268.87º 0.92% 0.28% -
HSV(B) 268.87º 0.96% 0.55% -
XYZ 7.25 3.3 24.68 -
YUV 40.3 183.7 149.19 -
System Red Green Blue C M Y K H S L
Decimal 70 6 139 0.50 0.96 0 0.45 268.87 0.92 0.28
Hex 46 6 8B 32 60 0 2D 10D 5C 1C
Octal 106 6 213 62 140 0 55 415 134 34
Binary 1000110 110 10001011 110010 1100000 0 101101 100001101 1011100 11100

Color Harmonies of #46068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46068B

Black with #46068B

Text Example


Text Example

White with #46068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,6,139); }

 H1.HeaderClassName
 {
   color: #46068B;
 }
 .AnyTagClassName
 {
   color: #46068B;
 }
</style>

background-color css

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

 a { background-color: rgb(70,6,139); }

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

border-color css

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

 span { border-color: rgb(70,6,139); }

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