Html Css Color HEX #460869 Indigo

📋 copy color: '#460869'

red 70 ◦ green 8 ◦ blue 105

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

Shades of Indigo #460869

Tints of Indigo #460869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.37%

 BLUE value IS 105 (41.41% from 255) = 57.38%

R = 38.25%
G = 4.37%
B = 57.38%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#460869 (or 0x460869) is known color: Indigo. HEX triplet: 46, 08 and 69. RGB value is (70,8,105). Sum of RGB (Red+Green+Blue) = 70+8+105=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #460869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460869 is #B9F796. Grayscale: #252525. Windows color (decimal): -12187543 or 6883398. OLE color: 6883398.

HSL color Cylindrical-coordinate representation of color #460869: hue angle of 278.35º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460869 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 8 105 -
CMYK 0.33 0.92 0 0.59
HSL 278.35º 0.86% 0.22% -
HSV(B) 278.35º 0.92% 0.41% -
XYZ 5.16 2.5 13.57 -
YUV 37.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 70 8 105 0.33 0.92 0 0.59 278.35 0.86 0.22
Hex 46 8 69 21 5C 0 3B 116 56 16
Octal 106 10 151 41 134 0 73 426 126 26
Binary 1000110 1000 1101001 100001 1011100 0 111011 100010110 1010110 10110

Color Harmonies of #460869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460869

Black with #460869

Text Example


Text Example

White with #460869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460869; }

 p { color: rgb(70,8,105); }

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

background-color css

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

 a { background-color: rgb(70,8,105); }

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

border-color css

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

 span { border-color: rgb(70,8,105); }

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