Html Css Color HEX #46077B Indigo

📋 copy color: '#46077B'

red 70 ◦ green 7 ◦ blue 123

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

Shades of Indigo #46077B

Tints of Indigo #46077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.5%

 BLUE value IS 123 (48.44% from 255) = 61.5%

R = 35%
G = 3.5%
B = 61.5%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46077B (or 0x46077B) is known color: Indigo. HEX triplet: 46, 07 and 7B. RGB value is (70,7,123). Sum of RGB (Red+Green+Blue) = 70+7+123=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #46077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46077B is #B9F884. Grayscale: #262626. Windows color (decimal): -12187781 or 8062790. OLE color: 8062790.

HSL color Cylindrical-coordinate representation of color #46077B: hue angle of 272.59º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46077B is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 7 123 -
CMYK 0.43 0.94 0 0.52
HSL 272.59º 0.89% 0.25% -
HSV(B) 272.59º 0.94% 0.48% -
XYZ 6.18 2.88 18.97 -
YUV 39.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 70 7 123 0.43 0.94 0 0.52 272.59 0.89 0.25
Hex 46 7 7B 2B 5E 0 34 111 59 19
Octal 106 7 173 53 136 0 64 421 131 31
Binary 1000110 111 1111011 101011 1011110 0 110100 100010001 1011001 11001

Color Harmonies of #46077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46077B

Black with #46077B

Text Example


Text Example

White with #46077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46077B; }

 p { color: rgb(70,7,123); }

 H1.HeaderClassName
 {
   color: #46077B;
 }
 .AnyTagClassName
 {
   color: #46077B;
 }
</style>

background-color css

<style>
 a { background-color: #46077B; }

 a { background-color: rgb(70,7,123); }

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

border-color css

<style>
 span { border-color: #46077B; }

 span { border-color: rgb(70,7,123); }

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