Html Css Color HEX #470EA8 Indigo

📋 copy color: '#470EA8'

red 71 ◦ green 14 ◦ blue 168

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

Shades of Indigo #470EA8

Tints of Indigo #470EA8

RGB

 RED value IS 71 (28.13% from 255) = 28.06%

 GREEN value IS 14 (5.86% from 255) = 5.53%

 BLUE value IS 168 (66.02% from 255) = 66.4%

R = 28.06%
G = 5.53%
B = 66.4%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#470EA8 (or 0x470EA8) is known color: Indigo. HEX triplet: 47, 0E and A8. RGB value is (71,14,168). Sum of RGB (Red+Green+Blue) = 71+14+168=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 168 (66.02% from 255 or 66.40% from 253); Max value from RGB is 168 - color contains mainly: blue. Hex color #470EA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470EA8 is #B8F157. Grayscale: #303030. Windows color (decimal): -12120408 or 11013703. OLE color: 11013703.

HSL color Cylindrical-coordinate representation of color #470EA8: hue angle of 262.21º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470EA8 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 71 14 168 -
CMYK 0.58 0.92 0 0.34
HSL 262.21º 0.85% 0.36% -
HSV(B) 262.21º 0.92% 0.66% -
XYZ 9.82 4.48 37.39 -
YUV 48.6 195.38 143.98 -
System Red Green Blue C M Y K H S L
Decimal 71 14 168 0.58 0.92 0 0.34 262.21 0.85 0.36
Hex 47 E A8 3A 5C 0 22 106 55 24
Octal 107 16 250 72 134 0 42 406 125 44
Binary 1000111 1110 10101000 111010 1011100 0 100010 100000110 1010101 100100

Color Harmonies of #470EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EA8

Black with #470EA8

Text Example


Text Example

White with #470EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470EA8; }

 p { color: rgb(71,14,168); }

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

background-color css

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

 a { background-color: rgb(71,14,168); }

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

border-color css

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

 span { border-color: rgb(71,14,168); }

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