Html Css Color HEX #460477 Indigo

📋 copy color: '#460477'

red 70 ◦ green 4 ◦ blue 119

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

Shades of Indigo #460477

Tints of Indigo #460477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 61.66%

R = 36.27%
G = 2.07%
B = 61.66%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#460477 (or 0x460477) is known color: Indigo. HEX triplet: 46, 04 and 77. RGB value is (70,4,119). Sum of RGB (Red+Green+Blue) = 70+4+119=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #460477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460477 is #B9FB88. Grayscale: #242424. Windows color (decimal): -12188553 or 7799878. OLE color: 7799878.

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

Color convert

RGB 70 4 119 -
CMYK 0.41 0.97 0 0.53
HSL 274.43º 0.93% 0.24% -
HSV(B) 274.43º 0.97% 0.47% -
XYZ 5.9 2.72 17.67 -
YUV 36.84 174.37 151.65 -
System Red Green Blue C M Y K H S L
Decimal 70 4 119 0.41 0.97 0 0.53 274.43 0.93 0.24
Hex 46 4 77 29 61 0 35 112 5D 18
Octal 106 4 167 51 141 0 65 422 135 30
Binary 1000110 100 1110111 101001 1100001 0 110101 100010010 1011101 11000

Color Harmonies of #460477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460477

Black with #460477

Text Example


Text Example

White with #460477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460477; }

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

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

background-color css

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

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

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

border-color css

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

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

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