Html Css Color HEX #4902B0 Indigo

📋 copy color: '#4902B0'

red 73 ◦ green 2 ◦ blue 176

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

Shades of Indigo #4902B0

Tints of Indigo #4902B0

RGB

 RED value IS 73 (28.91% from 255) = 29.08%

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

 BLUE value IS 176 (69.14% from 255) = 70.12%

R = 29.08%
G = 0.8%
B = 70.12%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4902B0 (or 0x4902B0) is known color: Indigo. HEX triplet: 49, 02 and B0. RGB value is (73,2,176). Sum of RGB (Red+Green+Blue) = 73+2+176=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 176 (69.14% from 255 or 70.12% from 251); Max value from RGB is 176 - color contains mainly: blue. Hex color #4902B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4902B0 is #B6FD4F. Grayscale: #2A2A2A. Windows color (decimal): -11992400 or 11534921. OLE color: 11534921.

HSL color Cylindrical-coordinate representation of color #4902B0: hue angle of 264.48º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902B0 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 2 176 -
CMYK 0.59 0.99 0 0.31
HSL 264.48º 0.98% 0.35% -
HSV(B) 264.48º 0.99% 0.69% -
XYZ 10.61 4.59 41.4 -
YUV 43.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 73 2 176 0.59 0.99 0 0.31 264.48 0.98 0.35
Hex 49 2 B0 3B 63 0 1F 108 62 23
Octal 111 2 260 73 143 0 37 410 142 43
Binary 1001001 10 10110000 111011 1100011 0 11111 100001000 1100010 100011

Color Harmonies of #4902B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4902B0

Black with #4902B0

Text Example


Text Example

White with #4902B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4902B0; }

 p { color: rgb(73,2,176); }

 H1.HeaderClassName
 {
   color: #4902B0;
 }
 .AnyTagClassName
 {
   color: #4902B0;
 }
</style>

background-color css

<style>
 a { background-color: #4902B0; }

 a { background-color: rgb(73,2,176); }

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

border-color css

<style>
 span { border-color: #4902B0; }

 span { border-color: rgb(73,2,176); }

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