Html Css Color HEX #460492 Indigo

📋 copy color: '#460492'

red 70 ◦ green 4 ◦ blue 146

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

Shades of Indigo #460492

Tints of Indigo #460492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

 BLUE value IS 146 (57.42% from 255) = 66.36%

R = 31.82%
G = 1.82%
B = 66.36%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#460492 (or 0x460492) is known color: Indigo. HEX triplet: 46, 04 and 92. RGB value is (70,4,146). Sum of RGB (Red+Green+Blue) = 70+4+146=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #460492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460492 is #B9FB6D. Grayscale: #272727. Windows color (decimal): -12188526 or 9569350. OLE color: 9569350.

HSL color Cylindrical-coordinate representation of color #460492: hue angle of 267.89º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460492 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 4 146 -
CMYK 0.52 0.97 0 0.43
HSL 267.89º 0.95% 0.29% -
HSV(B) 267.89º 0.97% 0.57% -
XYZ 7.76 3.46 27.45 -
YUV 39.92 187.87 149.45 -
System Red Green Blue C M Y K H S L
Decimal 70 4 146 0.52 0.97 0 0.43 267.89 0.95 0.29
Hex 46 4 92 34 61 0 2B 10C 5F 1D
Octal 106 4 222 64 141 0 53 414 137 35
Binary 1000110 100 10010010 110100 1100001 0 101011 100001100 1011111 11101

Color Harmonies of #460492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460492

Black with #460492

Text Example


Text Example

White with #460492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460492; }

 p { color: rgb(70,4,146); }

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

background-color css

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

 a { background-color: rgb(70,4,146); }

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

border-color css

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

 span { border-color: rgb(70,4,146); }

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