Html Css Color HEX #460499 Indigo

📋 copy color: '#460499'

red 70 ◦ green 4 ◦ blue 153

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

Shades of Indigo #460499

Tints of Indigo #460499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 67.4%

R = 30.84%
G = 1.76%
B = 67.4%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#460499 (or 0x460499) is known color: Indigo. HEX triplet: 46, 04 and 99. RGB value is (70,4,153). Sum of RGB (Red+Green+Blue) = 70+4+153=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #460499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460499 is #B9FB66. Grayscale: #282828. Windows color (decimal): -12188519 or 10028102. OLE color: 10028102.

HSL color Cylindrical-coordinate representation of color #460499: hue angle of 266.58º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460499 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 4 153 -
CMYK 0.54 0.97 0 0.4
HSL 266.58º 0.95% 0.31% -
HSV(B) 266.58º 0.97% 0.6% -
XYZ 8.32 3.69 30.41 -
YUV 40.72 191.37 148.88 -
System Red Green Blue C M Y K H S L
Decimal 70 4 153 0.54 0.97 0 0.4 266.58 0.95 0.31
Hex 46 4 99 36 61 0 28 10B 5F 1F
Octal 106 4 231 66 141 0 50 413 137 37
Binary 1000110 100 10011001 110110 1100001 0 101000 100001011 1011111 11111

Color Harmonies of #460499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460499

Black with #460499

Text Example


Text Example

White with #460499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460499; }

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

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

background-color css

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

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

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

border-color css

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

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

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