Html Css Color HEX #4A068D Indigo

📋 copy color: '#4A068D'

red 74 ◦ green 6 ◦ blue 141

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

Shades of Indigo #4A068D

Tints of Indigo #4A068D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 141 (55.47% from 255) = 63.8%

R = 33.48%
G = 2.71%
B = 63.8%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A068D (or 0x4A068D) is known color: Indigo. HEX triplet: 4A, 06 and 8D. RGB value is (74,6,141). Sum of RGB (Red+Green+Blue) = 74+6+141=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A068D is #B5F972. Grayscale: #292929. Windows color (decimal): -11925875 or 9242186. OLE color: 9242186.

HSL color Cylindrical-coordinate representation of color #4A068D: hue angle of 270.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A068D is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 6 141 -
CMYK 0.48 0.96 0 0.45
HSL 270.22º 0.92% 0.29% -
HSV(B) 270.22º 0.96% 0.55% -
XYZ 7.7 3.51 25.47 -
YUV 41.72 184.03 151.02 -
System Red Green Blue C M Y K H S L
Decimal 74 6 141 0.48 0.96 0 0.45 270.22 0.92 0.29
Hex 4A 6 8D 30 60 0 2D 10E 5C 1D
Octal 112 6 215 60 140 0 55 416 134 35
Binary 1001010 110 10001101 110000 1100000 0 101101 100001110 1011100 11101

Color Harmonies of #4A068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A068D

Black with #4A068D

Text Example


Text Example

White with #4A068D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,6,141); }

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

background-color css

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

 a { background-color: rgb(74,6,141); }

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

border-color css

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

 span { border-color: rgb(74,6,141); }

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