Html Css Color HEX #4606DB Han Purple

📋 copy color: '#4606DB'

red 70 ◦ green 6 ◦ blue 219

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

Shades of Han Purple #4606DB

Tints of Han Purple #4606DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 23.73%
G = 2.03%
B = 74.24%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4606DB (or 0x4606DB) is known color: Han Purple. HEX triplet: 46, 06 and DB. RGB value is (70,6,219). Sum of RGB (Red+Green+Blue) = 70+6+219=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #4606DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606DB is #B9F924. Grayscale: #303030. Windows color (decimal): -12187941 or 14353990. OLE color: 14353990.

HSL color Cylindrical-coordinate representation of color #4606DB: hue angle of 258.03º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606DB is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 6 219 -
CMYK 0.68 0.97 0 0.14
HSL 258.03º 0.95% 0.44% -
HSV(B) 258.03º 0.97% 0.86% -
XYZ 15.38 6.55 67.47 -
YUV 49.42 223.7 142.68 -
System Red Green Blue C M Y K H S L
Decimal 70 6 219 0.68 0.97 0 0.14 258.03 0.95 0.44
Hex 46 6 DB 44 61 0 E 102 5F 2C
Octal 106 6 333 104 141 0 16 402 137 54
Binary 1000110 110 11011011 1000100 1100001 0 1110 100000010 1011111 101100

Color Harmonies of #4606DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4606DB

Black with #4606DB

Text Example


Text Example

White with #4606DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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