Html Css Color HEX #4607AE Indigo

📋 copy color: '#4607AE'

red 70 ◦ green 7 ◦ blue 174

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

Shades of Indigo #4607AE

Tints of Indigo #4607AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 27.89%
G = 2.79%
B = 69.32%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4607AE (or 0x4607AE) is known color: Indigo. HEX triplet: 46, 07 and AE. RGB value is (70,7,174). Sum of RGB (Red+Green+Blue) = 70+7+174=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #4607AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4607AE is #B9F851. Grayscale: #2C2C2C. Windows color (decimal): -12187730 or 11405126. OLE color: 11405126.

HSL color Cylindrical-coordinate representation of color #4607AE: hue angle of 262.63º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4607AE is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 7 174 -
CMYK 0.60 0.96 0 0.32
HSL 262.63º 0.92% 0.35% -
HSV(B) 262.63º 0.96% 0.68% -
XYZ 10.24 4.51 40.38 -
YUV 44.88 200.87 145.92 -
System Red Green Blue C M Y K H S L
Decimal 70 7 174 0.60 0.96 0 0.32 262.63 0.92 0.35
Hex 46 7 AE 3C 60 0 20 107 5C 23
Octal 106 7 256 74 140 0 40 407 134 43
Binary 1000110 111 10101110 111100 1100000 0 100000 100000111 1011100 100011

Color Harmonies of #4607AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4607AE

Black with #4607AE

Text Example


Text Example

White with #4607AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4607AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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