Html Css Color HEX #4601DB Han Purple

📋 copy color: '#4601DB'

red 70 ◦ green 1 ◦ blue 219

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

Shades of Han Purple #4601DB

Tints of Han Purple #4601DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 24.14%
G = 0.34%
B = 75.52%

CMYK

 C value IS 0.68

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4601DB (or 0x4601DB) is known color: Han Purple. HEX triplet: 46, 01 and DB. RGB value is (70,1,219). Sum of RGB (Red+Green+Blue) = 70+1+219=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #4601DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4601DB is #B9FE24. Grayscale: #2D2D2D. Windows color (decimal): -12189221 or 14352710. OLE color: 14352710.

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

Color convert

RGB 70 1 219 -
CMYK 0.68 1.00 0 0.14
HSL 258.99º 0.99% 0.43% -
HSV(B) 258.99º 1% 0.86% -
XYZ 15.32 6.44 67.45 -
YUV 46.48 225.36 144.77 -
System Red Green Blue C M Y K H S L
Decimal 70 1 219 0.68 1.00 0 0.14 258.99 0.99 0.43
Hex 46 1 DB 44 64 0 E 103 63 2B
Octal 106 1 333 104 144 0 16 403 143 53
Binary 1000110 1 11011011 1000100 1100100 0 1110 100000011 1100011 101011

Color Harmonies of #4601DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4601DB

Black with #4601DB

Text Example


Text Example

White with #4601DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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