Html Css Color HEX #4A087E Indigo

📋 copy color: '#4A087E'

red 74 ◦ green 8 ◦ blue 126

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

Shades of Indigo #4A087E

Tints of Indigo #4A087E

RGB

 RED value IS 74 (29.3% from 255) = 35.58%

 GREEN value IS 8 (3.52% from 255) = 3.85%

 BLUE value IS 126 (49.61% from 255) = 60.58%

R = 35.58%
G = 3.85%
B = 60.58%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A087E (or 0x4A087E) is known color: Indigo. HEX triplet: 4A, 08 and 7E. RGB value is (74,8,126). Sum of RGB (Red+Green+Blue) = 74+8+126=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A087E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A087E is #B5F781. Grayscale: #282828. Windows color (decimal): -11925378 or 8259658. OLE color: 8259658.

HSL color Cylindrical-coordinate representation of color #4A087E: hue angle of 273.56º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A087E is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 8 126 -
CMYK 0.41 0.94 0 0.51
HSL 273.56º 0.88% 0.26% -
HSV(B) 273.56º 0.94% 0.49% -
XYZ 6.68 3.14 19.99 -
YUV 41.19 175.87 151.41 -
System Red Green Blue C M Y K H S L
Decimal 74 8 126 0.41 0.94 0 0.51 273.56 0.88 0.26
Hex 4A 8 7E 29 5E 0 33 112 58 1A
Octal 112 10 176 51 136 0 63 422 130 32
Binary 1001010 1000 1111110 101001 1011110 0 110011 100010010 1011000 11010

Color Harmonies of #4A087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A087E

Black with #4A087E

Text Example


Text Example

White with #4A087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A087E; }

 p { color: rgb(74,8,126); }

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

background-color css

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

 a { background-color: rgb(74,8,126); }

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

border-color css

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

 span { border-color: rgb(74,8,126); }

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