Html Css Color HEX #460462 Indigo

📋 copy color: '#460462'

red 70 ◦ green 4 ◦ blue 98

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

Shades of Indigo #460462

Tints of Indigo #460462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56.98%

R = 40.7%
G = 2.33%
B = 56.98%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460462 (or 0x460462) is known color: Indigo. HEX triplet: 46, 04 and 62. RGB value is (70,4,98). Sum of RGB (Red+Green+Blue) = 70+4+98=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #460462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460462 is #B9FB9D. Grayscale: #222222. Windows color (decimal): -12188574 or 6423622. OLE color: 6423622.

HSL color Cylindrical-coordinate representation of color #460462: hue angle of 282.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460462 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 4 98 -
CMYK 0.29 0.96 0 0.62
HSL 282.13º 0.92% 0.2% -
HSV(B) 282.13º 0.96% 0.38% -
XYZ 4.77 2.27 11.74 -
YUV 34.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 70 4 98 0.29 0.96 0 0.62 282.13 0.92 0.2
Hex 46 4 62 1D 60 0 3E 11A 5C 14
Octal 106 4 142 35 140 0 76 432 134 24
Binary 1000110 100 1100010 11101 1100000 0 111110 100011010 1011100 10100

Color Harmonies of #460462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460462

Black with #460462

Text Example


Text Example

White with #460462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460462; }

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

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

background-color css

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

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

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

border-color css

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

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

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