Html Css Color HEX #4606DC Han Purple

📋 copy color: '#4606DC'

red 70 ◦ green 6 ◦ blue 220

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

Shades of Han Purple #4606DC

Tints of Han Purple #4606DC

RGB

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

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

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

R = 23.65%
G = 2.03%
B = 74.32%

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

#4606DC (or 0x4606DC) is known color: Han Purple. HEX triplet: 46, 06 and DC. RGB value is (70,6,220). Sum of RGB (Red+Green+Blue) = 70+6+220=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #4606DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606DC is #B9F923. Grayscale: #303030. Windows color (decimal): -12187940 or 14419526. OLE color: 14419526.

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

Color convert

RGB 70 6 220 -
CMYK 0.68 0.97 0 0.14
HSL 257.94º 0.95% 0.44% -
HSV(B) 257.94º 0.97% 0.86% -
XYZ 15.51 6.6 68.17 -
YUV 49.53 224.2 142.6 -
System Red Green Blue C M Y K H S L
Decimal 70 6 220 0.68 0.97 0 0.14 257.94 0.95 0.44
Hex 46 6 DC 44 61 0 E 102 5F 2C
Octal 106 6 334 104 141 0 16 402 137 54
Binary 1000110 110 11011100 1000100 1100001 0 1110 100000010 1011111 101100

Color Harmonies of #4606DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4606DC

Black with #4606DC

Text Example


Text Example

White with #4606DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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