Html Css Color HEX #46069E Indigo

📋 copy color: '#46069E'

red 70 ◦ green 6 ◦ blue 158

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

Shades of Indigo #46069E

Tints of Indigo #46069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 67.52%

R = 29.91%
G = 2.56%
B = 67.52%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46069E (or 0x46069E) is known color: Indigo. HEX triplet: 46, 06 and 9E. RGB value is (70,6,158). Sum of RGB (Red+Green+Blue) = 70+6+158=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #46069E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46069E is #B9F961. Grayscale: #292929. Windows color (decimal): -12188002 or 10356294. OLE color: 10356294.

HSL color Cylindrical-coordinate representation of color #46069E: hue angle of 265.26º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46069E is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 6 158 -
CMYK 0.56 0.96 0 0.38
HSL 265.26º 0.93% 0.32% -
HSV(B) 265.26º 0.96% 0.62% -
XYZ 8.76 3.9 32.64 -
YUV 42.46 193.2 147.64 -
System Red Green Blue C M Y K H S L
Decimal 70 6 158 0.56 0.96 0 0.38 265.26 0.93 0.32
Hex 46 6 9E 38 60 0 26 109 5D 20
Octal 106 6 236 70 140 0 46 411 135 40
Binary 1000110 110 10011110 111000 1100000 0 100110 100001001 1011101 100000

Color Harmonies of #46069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46069E

Black with #46069E

Text Example


Text Example

White with #46069E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46069E;
 }
 .AnyTagClassName
 {
   color: #46069E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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