Html Css Color HEX #4608AD Indigo

📋 copy color: '#4608AD'

red 70 ◦ green 8 ◦ blue 173

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

Shades of Indigo #4608AD

Tints of Indigo #4608AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.92%

R = 27.89%
G = 3.19%
B = 68.92%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4608AD (or 0x4608AD) is known color: Indigo. HEX triplet: 46, 08 and AD. RGB value is (70,8,173). Sum of RGB (Red+Green+Blue) = 70+8+173=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #4608AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4608AD is #B9F752. Grayscale: #2C2C2C. Windows color (decimal): -12187475 or 11339846. OLE color: 11339846.

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

Color convert

RGB 70 8 173 -
CMYK 0.60 0.95 0 0.32
HSL 262.55º 0.91% 0.35% -
HSV(B) 262.55º 0.95% 0.68% -
XYZ 10.16 4.49 39.87 -
YUV 45.35 200.04 145.58 -
System Red Green Blue C M Y K H S L
Decimal 70 8 173 0.60 0.95 0 0.32 262.55 0.91 0.35
Hex 46 8 AD 3C 5F 0 20 107 5B 23
Octal 106 10 255 74 137 0 40 407 133 43
Binary 1000110 1000 10101101 111100 1011111 0 100000 100000111 1011011 100011

Color Harmonies of #4608AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4608AD

Black with #4608AD

Text Example


Text Example

White with #4608AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4608AD; }

 p { color: rgb(70,8,173); }

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

background-color css

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

 a { background-color: rgb(70,8,173); }

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

border-color css

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

 span { border-color: rgb(70,8,173); }

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