Html Css Color HEX #4600DC Han Purple

📋 copy color: '#4600DC'

red 70 ◦ green 0 ◦ blue 220

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

Shades of Han Purple #4600DC

Tints of Han Purple #4600DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 75.86%

R = 24.14%
G = 0%
B = 75.86%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4600DC (or 0x4600DC) is known color: Han Purple. HEX triplet: 46, 00 and DC. RGB value is (70,0,220). Sum of RGB (Red+Green+Blue) = 70+0+220=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #4600DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4600DC is #B9FF23. Grayscale: #2D2D2D. Windows color (decimal): -12189476 or 14417990. OLE color: 14417990.

HSL color Cylindrical-coordinate representation of color #4600DC: hue angle of 259.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600DC is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 0 220 -
CMYK 0.68 1 0 0.14
HSL 259.09º 1% 0.43% -
HSV(B) 259.09º 1% 0.86% -
XYZ 15.44 6.47 68.14 -
YUV 46.01 226.19 145.11 -
System Red Green Blue C M Y K H S L
Decimal 70 0 220 0.68 1 0 0.14 259.09 1 0.43
Hex 46 0 DC 44 64 0 E 103 64 2B
Octal 106 0 334 104 144 0 16 403 144 53
Binary 1000110 0 11011100 1000100 1100100 0 1110 100000011 1100100 101011

Color Harmonies of #4600DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4600DC

Black with #4600DC

Text Example


Text Example

White with #4600DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4600DC; }

 p { color: rgb(70,0,220); }

 H1.HeaderClassName
 {
   color: #4600DC;
 }
 .AnyTagClassName
 {
   color: #4600DC;
 }
</style>

background-color css

<style>
 a { background-color: #4600DC; }

 a { background-color: rgb(70,0,220); }

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

border-color css

<style>
 span { border-color: #4600DC; }

 span { border-color: rgb(70,0,220); }

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