Html Css Color HEX #46099D Indigo

📋 copy color: '#46099D'

red 70 ◦ green 9 ◦ blue 157

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

Shades of Indigo #46099D

Tints of Indigo #46099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

 BLUE value IS 157 (61.72% from 255) = 66.53%

R = 29.66%
G = 3.81%
B = 66.53%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46099D (or 0x46099D) is known color: Indigo. HEX triplet: 46, 09 and 9D. RGB value is (70,9,157). Sum of RGB (Red+Green+Blue) = 70+9+157=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #46099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46099D is #B9F662. Grayscale: #2B2B2B. Windows color (decimal): -12187235 or 10291526. OLE color: 10291526.

HSL color Cylindrical-coordinate representation of color #46099D: hue angle of 264.73º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46099D is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 9 157 -
CMYK 0.55 0.94 0 0.38
HSL 264.73º 0.89% 0.33% -
HSV(B) 264.73º 0.94% 0.62% -
XYZ 8.71 3.93 32.2 -
YUV 44.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 70 9 157 0.55 0.94 0 0.38 264.73 0.89 0.33
Hex 46 9 9D 37 5E 0 26 109 59 21
Octal 106 11 235 67 136 0 46 411 131 41
Binary 1000110 1001 10011101 110111 1011110 0 100110 100001001 1011001 100001

Color Harmonies of #46099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46099D

Black with #46099D

Text Example


Text Example

White with #46099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46099D; }

 p { color: rgb(70,9,157); }

 H1.HeaderClassName
 {
   color: #46099D;
 }
 .AnyTagClassName
 {
   color: #46099D;
 }
</style>

background-color css

<style>
 a { background-color: #46099D; }

 a { background-color: rgb(70,9,157); }

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

border-color css

<style>
 span { border-color: #46099D; }

 span { border-color: rgb(70,9,157); }

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