Html Css Color HEX #4702B2 Indigo

📋 copy color: '#4702B2'

red 71 ◦ green 2 ◦ blue 178

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

Shades of Indigo #4702B2

Tints of Indigo #4702B2

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 178 (69.92% from 255) = 70.92%

R = 28.29%
G = 0.8%
B = 70.92%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4702B2 (or 0x4702B2) is known color: Indigo. HEX triplet: 47, 02 and B2. RGB value is (71,2,178). Sum of RGB (Red+Green+Blue) = 71+2+178=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 178 (69.92% from 255 or 70.92% from 251); Max value from RGB is 178 - color contains mainly: blue. Hex color #4702B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4702B2 is #B8FD4D. Grayscale: #2A2A2A. Windows color (decimal): -12123470 or 11665991. OLE color: 11665991.

HSL color Cylindrical-coordinate representation of color #4702B2: hue angle of 263.52º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4702B2 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 2 178 -
CMYK 0.60 0.99 0 0.30
HSL 263.52º 0.98% 0.35% -
HSV(B) 263.52º 0.99% 0.7% -
XYZ 10.66 4.6 42.45 -
YUV 42.7 204.36 148.19 -
System Red Green Blue C M Y K H S L
Decimal 71 2 178 0.60 0.99 0 0.30 263.52 0.98 0.35
Hex 47 2 B2 3C 63 0 1E 108 62 23
Octal 107 2 262 74 143 0 36 410 142 43
Binary 1000111 10 10110010 111100 1100011 0 11110 100001000 1100010 100011

Color Harmonies of #4702B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4702B2

Black with #4702B2

Text Example


Text Example

White with #4702B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4702B2; }

 p { color: rgb(71,2,178); }

 H1.HeaderClassName
 {
   color: #4702B2;
 }
 .AnyTagClassName
 {
   color: #4702B2;
 }
</style>

background-color css

<style>
 a { background-color: #4702B2; }

 a { background-color: rgb(71,2,178); }

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

border-color css

<style>
 span { border-color: #4702B2; }

 span { border-color: rgb(71,2,178); }

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