Html Css Color HEX #4600DB Han Purple

📋 copy color: '#4600DB'

red 70 ◦ green 0 ◦ blue 219

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

Shades of Han Purple #4600DB

Tints of Han Purple #4600DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 75.78%

R = 24.22%
G = 0%
B = 75.78%

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

#4600DB (or 0x4600DB) is known color: Han Purple. HEX triplet: 46, 00 and DB. RGB value is (70,0,219). Sum of RGB (Red+Green+Blue) = 70+0+219=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #4600DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4600DB is #B9FF24. Grayscale: #2D2D2D. Windows color (decimal): -12189477 or 14352454. OLE color: 14352454.

HSL color Cylindrical-coordinate representation of color #4600DB: hue angle of 259.18º 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 #4600DB is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 0 219 -
CMYK 0.68 1 0 0.14
HSL 259.18º 1% 0.43% -
HSV(B) 259.18º 1% 0.86% -
XYZ 15.31 6.42 67.45 -
YUV 45.9 225.69 145.19 -
System Red Green Blue C M Y K H S L
Decimal 70 0 219 0.68 1 0 0.14 259.18 1 0.43
Hex 46 0 DB 44 64 0 E 103 64 2B
Octal 106 0 333 104 144 0 16 403 144 53
Binary 1000110 0 11011011 1000100 1100100 0 1110 100000011 1100100 101011

Color Harmonies of #4600DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4600DB

Black with #4600DB

Text Example


Text Example

White with #4600DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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