Html Css Color HEX #460074 Indigo

📋 copy color: '#460074'

red 70 ◦ green 0 ◦ blue 116

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

Shades of Indigo #460074

Tints of Indigo #460074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 62.37%

R = 37.63%
G = 0%
B = 62.37%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460074 (or 0x460074) is known color: Indigo. HEX triplet: 46, 00 and 74. RGB value is (70,0,116). Sum of RGB (Red+Green+Blue) = 70+0+116=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #460074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460074 is #B9FF8B. Grayscale: #212121. Windows color (decimal): -12189580 or 7602246. OLE color: 7602246.

HSL color Cylindrical-coordinate representation of color #460074: hue angle of 276.21º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460074 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 0 116 -
CMYK 0.40 1 0 0.55
HSL 276.21º 1% 0.23% -
HSV(B) 276.21º 1% 0.45% -
XYZ 5.68 2.56 16.72 -
YUV 34.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 70 0 116 0.40 1 0 0.55 276.21 1 0.23
Hex 46 0 74 28 64 0 37 114 64 17
Octal 106 0 164 50 144 0 67 424 144 27
Binary 1000110 0 1110100 101000 1100100 0 110111 100010100 1100100 10111

Color Harmonies of #460074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460074

Black with #460074

Text Example


Text Example

White with #460074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460074; }

 p { color: rgb(70,0,116); }

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

background-color css

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

 a { background-color: rgb(70,0,116); }

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

border-color css

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

 span { border-color: rgb(70,0,116); }

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