Html Css Color HEX #460799 Indigo

📋 copy color: '#460799'

red 70 ◦ green 7 ◦ blue 153

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

Shades of Indigo #460799

Tints of Indigo #460799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

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

R = 30.43%
G = 3.04%
B = 66.52%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#460799 (or 0x460799) is known color: Indigo. HEX triplet: 46, 07 and 99. RGB value is (70,7,153). Sum of RGB (Red+Green+Blue) = 70+7+153=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #460799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460799 is #B9F866. Grayscale: #292929. Windows color (decimal): -12187751 or 10028870. OLE color: 10028870.

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

Color convert

RGB 70 7 153 -
CMYK 0.54 0.95 0 0.4
HSL 265.89º 0.91% 0.31% -
HSV(B) 265.89º 0.95% 0.6% -
XYZ 8.35 3.75 30.42 -
YUV 42.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 70 7 153 0.54 0.95 0 0.4 265.89 0.91 0.31
Hex 46 7 99 36 5F 0 28 10A 5B 1F
Octal 106 7 231 66 137 0 50 412 133 37
Binary 1000110 111 10011001 110110 1011111 0 101000 100001010 1011011 11111

Color Harmonies of #460799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460799

Black with #460799

Text Example


Text Example

White with #460799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460799; }

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

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

background-color css

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

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

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

border-color css

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

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

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