Html Css Color HEX #460479 Indigo

📋 copy color: '#460479'

red 70 ◦ green 4 ◦ blue 121

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

Shades of Indigo #460479

Tints of Indigo #460479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 62.05%

R = 35.9%
G = 2.05%
B = 62.05%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#460479 (or 0x460479) is known color: Indigo. HEX triplet: 46, 04 and 79. RGB value is (70,4,121). Sum of RGB (Red+Green+Blue) = 70+4+121=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #460479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460479 is #B9FB86. Grayscale: #242424. Windows color (decimal): -12188551 or 7930950. OLE color: 7930950.

HSL color Cylindrical-coordinate representation of color #460479: hue angle of 273.85º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460479 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 4 121 -
CMYK 0.42 0.97 0 0.53
HSL 273.85º 0.94% 0.25% -
HSV(B) 273.85º 0.97% 0.47% -
XYZ 6.02 2.77 18.31 -
YUV 37.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 70 4 121 0.42 0.97 0 0.53 273.85 0.94 0.25
Hex 46 4 79 2A 61 0 35 112 5E 19
Octal 106 4 171 52 141 0 65 422 136 31
Binary 1000110 100 1111001 101010 1100001 0 110101 100010010 1011110 11001

Color Harmonies of #460479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460479

Black with #460479

Text Example


Text Example

White with #460479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460479; }

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

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

background-color css

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

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

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

border-color css

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

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

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