Html Css Color HEX #460472 Indigo

📋 copy color: '#460472'

red 70 ◦ green 4 ◦ blue 114

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

Shades of Indigo #460472

Tints of Indigo #460472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.64%

R = 37.23%
G = 2.13%
B = 60.64%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460472 (or 0x460472) is known color: Indigo. HEX triplet: 46, 04 and 72. RGB value is (70,4,114). Sum of RGB (Red+Green+Blue) = 70+4+114=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #460472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460472 is #B9FB8D. Grayscale: #232323. Windows color (decimal): -12188558 or 7472198. OLE color: 7472198.

HSL color Cylindrical-coordinate representation of color #460472: hue angle of 276º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460472 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 4 114 -
CMYK 0.39 0.96 0 0.55
HSL 276º 0.93% 0.23% -
HSV(B) 276º 0.96% 0.45% -
XYZ 5.61 2.6 16.13 -
YUV 36.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 70 4 114 0.39 0.96 0 0.55 276 0.93 0.23
Hex 46 4 72 27 60 0 37 114 5D 17
Octal 106 4 162 47 140 0 67 424 135 27
Binary 1000110 100 1110010 100111 1100000 0 110111 100010100 1011101 10111

Color Harmonies of #460472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460472

Black with #460472

Text Example


Text Example

White with #460472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460472; }

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

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

background-color css

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

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

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

border-color css

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

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

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